Uses of Interface
com.oracle.coherence.spring.configuration.CoherenceConfigurer
-
Packages that use CoherenceConfigurer Package Description com.oracle.coherence.spring.configuration Spring configuration Support.com.oracle.coherence.spring.configuration.support Classes supporting thecom.oracle.coherence.spring.configuration
package. -
-
Uses of CoherenceConfigurer in com.oracle.coherence.spring.configuration
Classes in com.oracle.coherence.spring.configuration that implement CoherenceConfigurer Modifier and Type Class Description class
DefaultCoherenceConfigurer
Default implementation of theCoherenceConfigurer
interface. -
Uses of CoherenceConfigurer in com.oracle.coherence.spring.configuration.support
Classes in com.oracle.coherence.spring.configuration.support with type parameters of type CoherenceConfigurer Modifier and Type Interface Description interface
CoherenceConfigurerCustomizer<T extends CoherenceConfigurer>
Callback interface that can be used to customize theCoherenceConfigurer
.
-