Package org.keycloak.cluster
Interface ClusterListener
- All Known Implementing Classes:
AbstractAuthSessionClusterListener
,AbstractUserSessionClusterListener
,CrossDCLastSessionRefreshListener
public interface ClusterListener
Task to be executed on all cluster nodes once it's notified.
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventReceived
(ClusterEvent event) Registered task to be executed on all cluster nodes once it's notified from cache.
-
Method Details
-
eventReceived
Registered task to be executed on all cluster nodes once it's notified from cache.- Parameters:
event
- value of notification (Object added into the cache)
-