| Modifier and Type | Field and Description |
|---|---|
static AtomicReference<FluxCapacitor> |
FluxCapacitor.applicationInstance
Flux Capacitor instance set by the current application.
|
static ThreadLocal<FluxCapacitor> |
FluxCapacitor.instance
Flux Capacitor instance bound to the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
static FluxCapacitor |
FluxCapacitor.get()
Returns the FluxCapacitor client bound to the current thread or else set by the current application.
|
| Modifier and Type | Method and Description |
|---|---|
static Registration |
ApplicationMonitor.start(FluxCapacitor fluxCapacitor,
Duration period) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFluxCapacitor |
| Modifier and Type | Method and Description |
|---|---|
FluxCapacitor |
FluxCapacitorBuilder.build(Client client) |
FluxCapacitor |
DefaultFluxCapacitor.Builder.build(Client client) |
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 | Method and Description |
|---|---|
FluxCapacitor |
FluxCapacitorSpringConfig.fluxCapacitor(FluxCapacitorBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
Registration |
Tracking.start(FluxCapacitor fluxCapacitor,
List<?> handlers) |
Registration |
DefaultTracking.start(FluxCapacitor fluxCapacitor,
List<?> handlers) |
default Registration |
Tracking.start(FluxCapacitor fluxCapacitor,
Object... handlers) |
protected Registration |
DefaultTracking.startTracking(ConsumerConfiguration configuration,
List<Object> handlers,
FluxCapacitor fluxCapacitor) |
Copyright © 2019 Flux Capacitor. All rights reserved.