-
- All Implemented Interfaces:
public interface SendReplyService
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<Boolean>sendCommandReply(CommandResult commandResult, String address)Send command handle result abstract CompletableFuture<Boolean>sendEventReply(DomainEventHandledMessage eventHandledMessage, String address)Send event handle result -
-
Method Detail
-
sendCommandReply
abstract CompletableFuture<Boolean> sendCommandReply(CommandResult commandResult, String address)
Send command handle result
-
sendEventReply
abstract CompletableFuture<Boolean> sendEventReply(DomainEventHandledMessage eventHandledMessage, String address)
Send event handle result
-
-
-
-