Interface SessionManager.ResourceReleaseCallback

Enclosing class:
SessionManager
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 static interface SessionManager.ResourceReleaseCallback
Callback invoked when a resource (e.g., lock or semaphore permit) is released due to session expiration. Implementations should perform the actual unlock or permit return on the corresponding CP data structure.
Since:
1.0