Class DefaultResultGateway
java.lang.Object
io.fluxcapacitor.javaclient.publishing.DefaultResultGateway
- All Implemented Interfaces:
ResultGateway
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SerializedMessageinterceptDispatch(Object payload, Metadata metadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.javaclient.publishing.ResultGateway
respond
-
Constructor Details
-
DefaultResultGateway
public DefaultResultGateway()
-
-
Method Details
-
respond
public CompletableFuture<Void> respond(Object payload, Metadata metadata, String target, Integer requestId, Guarantee guarantee) - Specified by:
respondin interfaceResultGateway
-
interceptDispatch
-