Uses of Enum Class
org.keycloak.cluster.ClusterProvider.DCNotify
Packages that use ClusterProvider.DCNotify
Package
Description
- 
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 TypeMethodDescriptionvoidClusterProvider.notify(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Deprecated.Notify registered listeners on all cluster nodes in all datacenters. - 
Uses of ClusterProvider.DCNotify in org.keycloak.cluster.infinispan
Methods in org.keycloak.cluster.infinispan with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptionvoidInfinispanClusterProvider.notify(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify)  - 
Uses of ClusterProvider.DCNotify in org.keycloak.models.sessions.infinispan.events
Methods in org.keycloak.models.sessions.infinispan.events with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptionvoidSessionEventsSenderTransaction.addEvent(SessionClusterEvent event, ClusterProvider.DCNotify dcNotify)