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.DCNotifyDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ClusterProvider.DCNotify[]ClusterProvider.DCNotify.values()Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.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.
ClusterProvider.notify(String, Collection, boolean)instead.