Class DefaultGenericGateway
java.lang.Object
io.fluxcapacitor.javaclient.publishing.DefaultGenericGateway
- All Implemented Interfaces:
GenericGateway,HasLocalHandlers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()sendAndForget(Guarantee guarantee, Message... messages) sendForMessages(Message... messages) 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.GenericGateway
send, send, send, send, sendAndForget, sendAndForget, sendAndForget, sendAndForget, sendAndForget, sendAndForget, sendAndWait, sendAndWait, sendAndWait, sendForMessageMethods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HasLocalHandlers
registerHandler, registerHandler
-
Constructor Details
-
DefaultGenericGateway
public DefaultGenericGateway()
-
-
Method Details
-
sendAndForget
- Specified by:
sendAndForgetin interfaceGenericGateway
-
sendForMessages
- Specified by:
sendForMessagesin interfaceGenericGateway
-
close
public void close()- Specified by:
closein interfaceGenericGateway
-