Uses of Interface
io.fluxcapacitor.javaclient.publishing.CommandGateway
-
Packages that use CommandGateway Package Description io.fluxcapacitor.javaclient io.fluxcapacitor.javaclient.configuration io.fluxcapacitor.javaclient.publishing -
-
Uses of CommandGateway in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return CommandGateway Modifier and Type Method Description CommandGatewayFluxCapacitor. commandGateway()Returns the gateway for command messages. -
Uses of CommandGateway in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type CommandGateway 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 CommandGateway in io.fluxcapacitor.javaclient.publishing
Classes in io.fluxcapacitor.javaclient.publishing that implement CommandGateway Modifier and Type Class Description classDefaultCommandGateway
-