Interface CoherenceConfigurerCustomizer<T extends CoherenceConfigurer>
- Type Parameters:
T
- the specific type of theCoherenceConfigurer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize the
CoherenceConfigurer
.- Since:
- 3.0
- Author:
- Gunnar Hillert
- See Also:
-
Method Summary
-
Method Details
-
customize
Callback to customize aCoherenceConfigurer
instance.- Parameters:
configurer
- the coherenceConfigurer to customize
-