Uses of Interface
io.fluxcapacitor.javaclient.configuration.spring.FluxCapacitorCustomizer
Packages that use FluxCapacitorCustomizer
-
Uses of FluxCapacitorCustomizer in io.fluxcapacitor.javaclient.configuration.spring
Method parameters in io.fluxcapacitor.javaclient.configuration.spring with type arguments of type FluxCapacitorCustomizerModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.fluxCapacitor
(FluxCapacitorBuilder builder, List<FluxCapacitorCustomizer> customizers) Constructs theFluxCapacitor
instance if no FluxCapacitor bean exists, preferring a user-providedClient
or falling back to either aWebSocketClient
orLocalClient
depending on presence of configuration properties.