Interface TransactionalSessionHandler

All Known Implementing Classes:
CloseSessionFilter, KeycloakBeanProducer, TransactionalSessionHandler

public interface TransactionalSessionHandler

A TransactionalSessionHandler is responsible for managing transaction sessions and its lifecycle. Its subtypes are usually related to components available from the underlying stack that runs on top of the request processing chain as well as at the end in order to create transaction sessions and close them accordingly, respectively.