Uses of Class
org.keycloak.models.jpa.entities.OutboxEntryEntity
Packages that use OutboxEntryEntity
-
Uses of OutboxEntryEntity in org.keycloak.events.outbox
Methods in org.keycloak.events.outbox that return OutboxEntryEntityModifier and TypeMethodDescriptionOutboxStore.findByOwnerAndCorrelationId(String entryKind, String ownerId, String correlationId) Methods in org.keycloak.events.outbox that return types with arguments of type OutboxEntryEntityModifier and TypeMethodDescriptionOutboxStore.lockDueForDrain(String entryKind, int limit) Locks up tolimitdue PENDING rows for delivery in the current transaction.OutboxStore.lockPendingForOwner(String entryKind, String ownerId, int limit) Locks up tolimitPENDING rows for a receiver-driven read (e.g.Methods in org.keycloak.events.outbox with parameters of type OutboxEntryEntityModifier and TypeMethodDescriptionOutboxDeliveryHandler.deliver(KeycloakSession session, OutboxEntryEntity row) Attempts delivery for one outbox row.protected voidOutboxDrainerTask.handleRetry(OutboxStore store, OutboxEntryEntity row, String errorMessage) voidOutboxStore.markDeadLetter(OutboxEntryEntity entity, String lastError) voidOutboxStore.markDelivered(OutboxEntryEntity entity) protected voidOutboxDrainerTask.processOne(KeycloakSession session, OutboxStore store, OutboxEntryEntity row) voidOutboxStore.recordFailure(OutboxEntryEntity entity, Instant nextAttemptAt, String lastError)