Uses of Interface
io.fluxcapacitor.javaclient.publishing.ErrorGateway
Packages that use ErrorGateway
Package
Description
-
Uses of ErrorGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return ErrorGatewayModifier and TypeMethodDescriptionFluxCapacitor.errorGateway()Returns the gateway for any error messages published while handling a command or query. -
Uses of ErrorGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type ErrorGatewayModifier 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 ErrorGateway in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return ErrorGatewayModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.errorGateway(FluxCapacitor fluxCapacitor) -
Uses of ErrorGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement ErrorGateway