Uses of Interface
io.fluxcapacitor.javaclient.publishing.EventGateway
-
Packages that use EventGateway Package Description io.fluxcapacitor.javaclient io.fluxcapacitor.javaclient.configuration io.fluxcapacitor.javaclient.publishing -
-
Uses of EventGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return EventGateway Modifier and Type Method Description EventGatewayFluxCapacitor. 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 EventGateway Modifier and Type Method Description protected FluxCapacitorDefaultFluxCapacitor.Builder. doBuild(Map<MessageType,? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, Scheduler scheduler, Cache cache, Serializer serializer, Client client, Runnable shutdownHandler) -
Uses of EventGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement EventGateway Modifier and Type Class Description classDefaultEventGateway
-