Uses of Interface
org.keycloak.cluster.ClusterEvent
Packages that use ClusterEvent
-
Uses of ClusterEvent in org.keycloak.cluster
Methods in org.keycloak.cluster with parameters of type ClusterEventModifier and TypeMethodDescriptionvoidClusterListener.eventReceived(ClusterEvent event) Registered task to be executed on all cluster nodes once it's notified from cache.default voidClusterProvider.notify(String taskKey, ClusterEvent event, boolean ignoreSender) voidClusterProvider.notify(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.keycloak.cluster with type arguments of type ClusterEventModifier and TypeMethodDescriptiondefault voidClusterProvider.notify(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender) default voidClusterProvider.notify(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Deprecated, for removal: This API element is subject to removal in a future version.useClusterProvider.notify(String, Collection, boolean)instead.
ClusterProvider.notify(String, ClusterEvent, boolean)instead.