Class DefaultQueryGateway
java.lang.Object
io.fluxcapacitor.javaclient.publishing.DefaultQueryGateway
- All Implemented Interfaces:
QueryGateway
,HasLocalHandlers
Default implementation of the
QueryGateway
interface.
This class delegates all operations defined in the QueryGateway
interface to an underlying
GenericGateway
instance.
- 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.tracking.handling.HasLocalHandlers
hasLocalHandlers, registerHandler, registerHandler, setSelfHandlerFilter
Methods inherited from interface io.fluxcapacitor.javaclient.publishing.QueryGateway
close, send, send, send, send, send, sendAndWait, sendAndWait, sendAndWait, sendAndWait, sendForMessage, sendForMessages
-
Constructor Details
-
DefaultQueryGateway
public DefaultQueryGateway()
-