Package org.keycloak.connections.infinispan.shutdown
package org.keycloak.connections.infinispan.shutdown
-
ClassDescriptionRepresents a condition that may block shutdown until it is resolved.A listener that is notified when the server begins shutting down.Manages an ordered list of
ShutdownListenerinstances that are notified sequentially when the server shuts down.An Infinispan cache listener that delays server shutdown until the cache topology is stable (i.e.AShutdownListenerthat blocks the shutdown thread until aShutdownConditionis no longer in progress, or until the provided deadline elapses.