Class DefaultGenericGateway
- java.lang.Object
-
- io.fluxcapacitor.javaclient.publishing.DefaultGenericGateway
-
- All Implemented Interfaces:
RequestGateway,HasLocalHandlers
public class DefaultGenericGateway extends Object implements RequestGateway
-
-
Constructor Summary
Constructors Constructor Description DefaultGenericGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendAndForget(Message message)CompletableFuture<Message>sendForMessage(Message message)-
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.tracking.handling.HasLocalHandlers
registerHandler, registerHandler
-
Methods inherited from interface io.fluxcapacitor.javaclient.publishing.RequestGateway
send, send, send, sendAndForget, sendAndForget, sendAndWait, sendAndWait, sendAndWait
-
-
-
-
Method Detail
-
sendAndForget
public void sendAndForget(Message message)
- Specified by:
sendAndForgetin interfaceRequestGateway
-
sendForMessage
public CompletableFuture<Message> sendForMessage(Message message)
- Specified by:
sendForMessagein interfaceRequestGateway
-
-