Package io.fluxzero.sdk.configuration.spring
package io.fluxzero.sdk.configuration.spring
-
ClassDescription
Conditionalthat only matches when a bean of the specified type is present in the application context.Conditionalthat only matches when a bean of the specified type is not present in the context.Conditionalthat only matches when the specified property is either unset or blank.Conditionalthat only matches when a specific property is set and matches a given pattern.Callback interface that can be implemented by Spring beans to customize theFluxzeroBuilderbefore it is used to build the mainFluxzeroinstance.Wrapper class representing a prototype-scoped Spring handler type within Fluxzero.Spring configuration class for automatically wiring and initializing common Fluxzero components in a Spring application context.SpringBeanDefinitionRegistryPostProcessorthat detects beans annotated withSocketEndpointand registers them asFluxzeroPrototypedefinitions for use in Fluxzero.Resolves handler method parameters annotated withAutowiredfrom the Spring application context.A registry interface for registering Spring-based handler components with e.g.: aTestFixture.APropertySourceimplementation that delegates property lookups to a SpringEnvironment.SpringBeanDefinitionRegistryPostProcessorthat automatically detects beans annotated withStatefuland registers them asFluxzeroPrototypedefinitions for use in Fluxzero.SpringBeanDefinitionRegistryPostProcessorthat detects classes annotated withTrackSelfand registers them asFluxzeroPrototypebeans for use by Fluxzero.