Uses of Interface
io.fluxcapacitor.javaclient.configuration.client.Client
-
-
Uses of Client in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return Client Modifier and Type Method Description ClientFluxCapacitor. client()Returns the low level client used by this FluxCapacitor instance to interface with the Flux Capacitor service. -
Uses of Client in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type Client Modifier and Type Method Description FluxCapacitorDefaultFluxCapacitor.Builder. build(@NonNull Client client)FluxCapacitorFluxCapacitorBuilder. build(Client client)protected RequestGatewayDefaultFluxCapacitor.Builder. createRequestGateway(Client client, MessageType messageType, RequestHandler requestHandler, Map<MessageType,DispatchInterceptor> dispatchInterceptors, Map<MessageType,HandlerInterceptor> handlerInterceptors)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 Client in io.fluxcapacitor.javaclient.configuration.client
Classes in io.fluxcapacitor.javaclient.configuration.client that implement Client Modifier and Type Class Description classAbstractClientclassInMemoryClientclassWebSocketClient -
Uses of Client in io.fluxcapacitor.javaclient.publishing.correlation
Constructors in io.fluxcapacitor.javaclient.publishing.correlation with parameters of type Client Constructor Description CorrelatingInterceptor(Client client)
-