Uses of Class
org.keycloak.events.outbox.OutboxStore
Packages that use OutboxStore
-
Uses of OutboxStore in org.keycloak.events.outbox
Fields in org.keycloak.events.outbox with type parameters of type OutboxStoreModifier and TypeFieldDescriptionprotected final Function<KeycloakSession,OutboxStore> OutboxCleanupTask.storeFactoryprotected final Function<KeycloakSession,OutboxStore> OutboxDrainerTask.storeFactoryMethods in org.keycloak.events.outbox with parameters of type OutboxStoreModifier and TypeMethodDescriptionprotected voidOutboxDrainerTask.drain(KeycloakSession session, OutboxStore store) protected voidOutboxDrainerTask.handleRetry(OutboxStore store, OutboxEntryEntity row, String errorMessage) protected voidOutboxDrainerTask.processOne(KeycloakSession session, OutboxStore store, OutboxEntryEntity row) protected voidOutboxDrainerTask.promoteStaleQueuedToDeadLetter(OutboxStore store) protected voidOutboxDrainerTask.purgeDeadLetterOlderThanRetention(OutboxStore store) protected voidOutboxDrainerTask.purgeDeliveredOlderThanRetention(OutboxStore store) Constructor parameters in org.keycloak.events.outbox with type arguments of type OutboxStoreModifierConstructorDescriptionOutboxCleanupTask(KeycloakSessionFactory factory, Function<KeycloakSession, OutboxStore> storeFactory, String entryKind, OutboxCleanupTask.Scope scope, String key) OutboxDrainerTask(OutboxConfig config, OutboxDeliveryHandler handler, Function<KeycloakSession, OutboxStore> storeFactory)