Uses of Interface
io.fluxcapacitor.javaclient.publishing.QueryGateway
Packages that use QueryGateway
Package
Description
-
Uses of QueryGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return QueryGatewayModifier and TypeMethodDescriptionFluxCapacitor.queryGateway()Returns the gateway for query messages. -
Uses of QueryGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type QueryGatewayModifier and TypeMethodDescriptionprotected FluxCapacitorDefaultFluxCapacitor.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, Client client, Runnable shutdownHandler) -
Uses of QueryGateway in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return QueryGatewayModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.queryGateway(FluxCapacitor fluxCapacitor) -
Uses of QueryGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement QueryGateway