-
- All Implemented Interfaces:
-
org.enodeframework.messaging.MessagePublisher
public class DefaultApplicationMessagePublisher implements MessagePublisher<ApplicationMessage>
-
-
Constructor Summary
Constructors Constructor Description DefaultApplicationMessagePublisher(String topic, String tag, SendMessageService producer, SerializeService serializeService)
-
Method Summary
Modifier and Type Method Description CompletableFuture<Boolean>publishAsync(ApplicationMessage message)-
-
Constructor Detail
-
DefaultApplicationMessagePublisher
DefaultApplicationMessagePublisher(String topic, String tag, SendMessageService producer, SerializeService serializeService)
-
-
Method Detail
-
publishAsync
CompletableFuture<Boolean> publishAsync(ApplicationMessage message)
-
-
-
-