-
- All Implemented Interfaces:
-
io.vertx.core.Verticle,org.enodeframework.queue.SendReplyService
public final class DefaultSendReplyService extends AbstractVerticle implements SendReplyService
-
-
Constructor Summary
Constructors Constructor Description DefaultSendReplyService()
-
Method Summary
Modifier and Type Method Description Unitstart()Unitstop()CompletableFuture<Boolean>sendCommandReply(CommandResult commandResult, String address)Send command handle result CompletableFuture<Boolean>sendEventReply(DomainEventHandledMessage eventHandledMessage, String address)Send event handle result -
-
Method Detail
-
sendCommandReply
CompletableFuture<Boolean> sendCommandReply(CommandResult commandResult, String address)
Send command handle result
-
sendEventReply
CompletableFuture<Boolean> sendEventReply(DomainEventHandledMessage eventHandledMessage, String address)
Send event handle result
-
-
-
-