public interface SessionCloseHandler
Used to cleanup stuff related to the Session.
Important: the close handler MUST NOT invoke any blocking or synchronized methods that could block the closing process!
| Modifier and Type | Method and Description |
|---|---|
void |
afterClose(Session session)
Invoked after closing.
|
void |
beforeClose(Session session)
Invoked before closing.
|
Tentackle - distributed, domain- and model-driven