Uses of Enum Class
org.keycloak.cluster.ClusterProvider.DCNotify
Packages that use ClusterProvider.DCNotify
-
Uses of ClusterProvider.DCNotify in org.keycloak.cluster
Methods in org.keycloak.cluster that return ClusterProvider.DCNotifyModifier and TypeMethodDescriptionstatic ClusterProvider.DCNotifyReturns the enum constant of this class with the specified name.static ClusterProvider.DCNotify[]ClusterProvider.DCNotify.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.cluster with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptiondefault voidClusterProvider.notify(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) An alternative toClusterProvider.notify(String, ClusterEvent, boolean, DCNotify)that sends multiple events in a single network call.voidClusterProvider.notify(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Notify registered listeners on all cluster nodes in all datacenters.