Uses of Interface
io.fluxcapacitor.javaclient.publishing.EventGateway
Packages that use EventGateway
Package
Description
-
Uses of EventGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return EventGatewayModifier and TypeMethodDescriptionFluxCapacitor.eventGateway()
Returns the message gateway for application events. -
Uses of EventGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type EventGatewayModifier and TypeMethodDescriptionprotected FluxCapacitor
DefaultFluxCapacitor.Builder.doBuild
(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) -
Uses of EventGateway in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return EventGatewayModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.eventGateway
(FluxCapacitor fluxCapacitor) -
Uses of EventGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement EventGateway