Class DatabaseClusterEventPollerTask

java.lang.Object
org.keycloak.cluster.infinispan.DatabaseClusterEventPollerTask
All Implemented Interfaces:
KeycloakSessionTask, ScheduledTask

public class DatabaseClusterEventPollerTask extends Object implements ScheduledTask
Polls the CLUSTER_EVENT database table for events addressed to this cluster, replays them into the local Infinispan work cache, and deletes the consumed rows.
  • Constructor Details

    • DatabaseClusterEventPollerTask

      public DatabaseClusterEventPollerTask(String clusterName, org.infinispan.commons.marshall.Marshaller marshaller)
  • Method Details