Package io.fluxcapacitor.javaclient.configuration.spring
package io.fluxcapacitor.javaclient.configuration.spring
-
ClassDescription
Conditional
that only matches when a bean of the specified type is present in the application context.Conditional
that only matches when a bean of the specified type is not present in the context.Conditional
that only matches when the specified property is either unset or blank.Conditional
that only matches when a specific property is set and matches a given pattern.Callback interface that can be implemented by Spring beans to customize theFluxCapacitorBuilder
before it is used to build the mainFluxCapacitor
instance.Spring configuration class for automatically wiring and initializing common Flux Capacitor components in a Spring application context.Wrapper class representing a prototype-scoped Spring handler type within Flux Capacitor.SpringBeanDefinitionRegistryPostProcessor
that detects beans annotated withSocketEndpoint
and registers them asFluxPrototype
definitions for use in Flux Capacitor.Resolves handler method parameters annotated withAutowired
from the Spring application context.A registry interface for registering Spring-based handler components with e.g.: aTestFixture
.APropertySource
implementation that delegates property lookups to a SpringEnvironment
.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.