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