T
- the ReactiveSessionRepository
type@FunctionalInterface
public interface ReactiveSessionRepositoryCustomizer<T extends ReactiveSessionRepository>
ReactiveSessionRepository
before it
is fully initialized, in particular to tune its configuration.Modifier and Type | Method and Description |
---|---|
void |
customize(T sessionRepository)
Customize the
ReactiveSessionRepository . |
void customize(T sessionRepository)
ReactiveSessionRepository
.sessionRepository
- the ReactiveSessionRepository
to customize