Class DefaultResultGateway
- java.lang.Object
-
- io.fluxcapacitor.javaclient.publishing.DefaultResultGateway
-
- All Implemented Interfaces:
ResultGateway
public class DefaultResultGateway extends Object implements ResultGateway
-
-
Constructor Summary
Constructors Constructor Description DefaultResultGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrespond(Object payload, Metadata metadata, String target, int requestId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fluxcapacitor.javaclient.publishing.ResultGateway
respond
-
-
-
-
Method Detail
-
respond
public void respond(Object payload, Metadata metadata, String target, int requestId)
- Specified by:
respondin interfaceResultGateway
-
-