Interface FluxCapacitorBuilder

All Superinterfaces:
FluxCapacitorConfiguration
All Known Implementing Classes:
DefaultFluxCapacitor.Builder

public interface FluxCapacitorBuilder extends FluxCapacitorConfiguration
Builder interface for constructing a FluxCapacitor instance.

This interface exposes advanced configuration hooks for customizing message handling, dispatch behavior, serialization, user resolution, correlation tracking, and many other aspects of a Flux Capacitor client. It is primarily used via DefaultFluxCapacitor but can be extended or wrapped for deeper integrations.