Package io.fluxcapacitor.javaclient.web
Class WebResponseGateway
java.lang.Object
io.fluxcapacitor.javaclient.web.WebResponseGateway
- All Implemented Interfaces:
ResultGateway
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SerializedMessageinterceptDispatch(WebResponse response) 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
-
WebResponseGateway
public WebResponseGateway()
-
-
Method Details
-
respond
public CompletableFuture<Void> respond(Object payload, Metadata metadata, String target, Integer requestId, Guarantee guarantee) - Specified by:
respondin interfaceResultGateway
-
interceptDispatch
-