Class DefaultCommandGateway
java.lang.Object
io.fluxcapacitor.javaclient.publishing.DefaultCommandGateway
- All Implemented Interfaces:
CommandGateway
,HasLocalHandlers
Default implementation of the
CommandGateway
interface.
This class delegates all functionality to an underlying GenericGateway
instance, enabling the use of command
gateway methods while leveraging the generic gateway's capabilities.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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.CommandGateway
close, send, send, send, send, send, sendAndForget, sendAndForget, sendAndForget, sendAndForget, sendAndForget, sendAndWait, sendAndWait, sendAndWait, sendAndWait, sendForMessage, sendForMessages
Methods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HasLocalHandlers
hasLocalHandlers, registerHandler, registerHandler, setSelfHandlerFilter
-
Constructor Details
-
DefaultCommandGateway
public DefaultCommandGateway()
-