Class DefaultQueryGateway

java.lang.Object
io.fluxcapacitor.javaclient.publishing.DefaultQueryGateway
All Implemented Interfaces:
QueryGateway, HasLocalHandlers

public class DefaultQueryGateway extends Object implements QueryGateway
Default implementation of the QueryGateway interface.

This class delegates all operations defined in the QueryGateway interface to an underlying GenericGateway instance.

See Also:
  • Constructor Details

    • DefaultQueryGateway

      public DefaultQueryGateway()