Interface ReactiveSessionRepositoryCustomizer<T extends ReactiveSessionRepository>
- Type Parameters:
T
- theReactiveSessionRepository
type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ReactiveSessionRepositoryCustomizer<T extends ReactiveSessionRepository>
Strategy that can be used to customize the
ReactiveSessionRepository
before it
is fully initialized, in particular to tune its configuration.- Since:
- 2.2.0
-
Method Summary
-
Method Details
-
customize
Customize theReactiveSessionRepository
.- Parameters:
sessionRepository
- theReactiveSessionRepository
to customize
-