Interface SessionRepositoryCustomizer<T extends SessionRepository>

Type Parameters:
T - the SessionRepository type
All Known Implementing Classes:
Db2JdbcIndexedSessionRepositoryCustomizer, MySqlJdbcIndexedSessionRepositoryCustomizer, OracleJdbcIndexedSessionRepositoryCustomizer, PostgreSqlJdbcIndexedSessionRepositoryCustomizer, SqlServerJdbcIndexedSessionRepositoryCustomizer
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 SessionRepositoryCustomizer<T extends SessionRepository>
Strategy that can be used to customize the SessionRepository 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)
    Customize the SessionRepository.