Uses of Package
io.fluxcapacitor.javaclient.configuration.spring
Packages that use io.fluxcapacitor.javaclient.configuration.spring
-
Classes in io.fluxcapacitor.javaclient.configuration.spring used by io.fluxcapacitor.javaclient.configuration.springClassDescription
Conditional
that only matches when a bean of the specified type is not present in the context.Callback interface that can be implemented by Spring beans to customize theFluxCapacitorBuilder
before it is used to build the mainFluxCapacitor
instance.SpringBeanDefinitionRegistryPostProcessor
that detects beans annotated withSocketEndpoint
and registers them asFluxPrototype
definitions for use in Flux Capacitor.SpringBeanDefinitionRegistryPostProcessor
that automatically detects beans annotated withStateful
and registers them asFluxPrototype
definitions for use in Flux Capacitor.SpringBeanDefinitionRegistryPostProcessor
that detects classes annotated withTrackSelf
and registers them asFluxPrototype
beans for use by Flux Capacitor.