Class DefaultQueryGateway

java.lang.Object
io.fluxzero.sdk.common.AbstractNamespaced<QueryGateway>
io.fluxzero.sdk.publishing.DefaultQueryGateway
All Implemented Interfaces:
Namespaced<QueryGateway>, QueryGateway, HasLocalHandlers

public class DefaultQueryGateway extends AbstractNamespaced<QueryGateway> 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: