Interface ReactiveSessionRepositoryCustomizer<T extends ReactiveSessionRepository>

Type Parameters:
T - the ReactiveSessionRepository 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

    Modifier and Type
    Method
    Description
    void
    customize(T sessionRepository)