Uses of Package
org.keycloak.events.outbox
Packages that use org.keycloak.events.outbox
-
Classes in org.keycloak.events.outbox used by org.keycloak.events.outboxClassDescriptionComputes the exponential-backoff next-attempt timestamp for a failed outbox delivery, and decides when a row has exhausted its budget and should be transitioned to
DEAD_LETTER.Per-kind tuning parameters forOutboxDrainerTaskand the accompanying retention purges.Per-kind plug-in that knows how to actually deliver anOutboxEntryEntity's payload to its destination.Per-row result of anOutboxDeliveryHandler.deliver(org.keycloak.models.KeycloakSession, org.keycloak.models.jpa.entities.OutboxEntryEntity)invocation.Per-row result returned by anOutboxDeliveryHandler.deliver(org.keycloak.models.KeycloakSession, org.keycloak.models.jpa.entities.OutboxEntryEntity)invocation.DAO overOutboxEntryEntity.