Package org.keycloak.cluster
Interface ClusterListener
- 
- All Known Implementing Classes:
- AbstractAuthSessionClusterListener,- AbstractUserSessionClusterListener,- CrossDCLastSessionRefreshListener
 
 public interface ClusterListenerTask to be executed on all cluster nodes once it's notified.- Author:
- Marek Posolda
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventReceived(ClusterEvent event)Registered task to be executed on all cluster nodes once it's notified from cache.
 
- 
- 
- 
Method Detail- 
eventReceivedvoid eventReceived(ClusterEvent event) 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)
 
 
- 
 
-