| Modifier and Type | Method and Description |
|---|---|
Client |
FluxCapacitor.client()
Returns the low level client used by this FluxCapacitor instance to interface with the Flux Capacitor service.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
DefaultFluxCapacitor.client() |
| Modifier and Type | Method and Description |
|---|---|
FluxCapacitor |
FluxCapacitorBuilder.build(Client client) |
FluxCapacitor |
DefaultFluxCapacitor.Builder.build(Client client) |
protected RequestGateway |
DefaultFluxCapacitor.Builder.createRequestGateway(Client client,
MessageType messageType,
RequestHandler requestHandler,
DispatchInterceptor dispatchInterceptor,
DefaultHandlerFactory handlerFactory) |
protected FluxCapacitor |
DefaultFluxCapacitor.Builder.doBuild(Map<MessageType,? extends Tracking> trackingSupplier,
CommandGateway commandGateway,
QueryGateway queryGateway,
EventGateway eventGateway,
ResultGateway resultGateway,
ErrorGateway errorGateway,
MetricsGateway metricsGateway,
EventSourcing eventSourcing,
KeyValueStore keyValueStore,
Scheduler scheduler,
Client client,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClient |
class |
InMemoryClient |
class |
WebSocketClient |
| Constructor and Description |
|---|
MessageOriginProvider(Client client) |
Copyright © 2019 Flux Capacitor. All rights reserved.