Uses of Interface
io.fluxcapacitor.javaclient.publishing.ResultGateway
Packages that use ResultGateway
Package
Description
-
Uses of ResultGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return ResultGatewayModifier and TypeMethodDescriptionFluxCapacitor.resultGateway()Returns the gateway for result messages sent by handlers of commands and queries. -
Uses of ResultGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type ResultGatewayModifier 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 ResultGateway in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return ResultGatewayModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.resultGateway(FluxCapacitor fluxCapacitor) -
Uses of ResultGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement ResultGateway -
Uses of ResultGateway in io.fluxcapacitor.javaclient.web
Classes in io.fluxcapacitor.javaclient.web that implement ResultGateway