Uses of Enum Class
org.keycloak.events.outbox.OutboxDeliveryOutcome
Packages that use OutboxDeliveryOutcome
-
Uses of OutboxDeliveryOutcome in org.keycloak.events.outbox
Methods in org.keycloak.events.outbox that return OutboxDeliveryOutcomeModifier and TypeMethodDescriptionOutboxDeliveryResult.outcome()Returns the value of theoutcomerecord component.static OutboxDeliveryOutcomeReturns the enum constant of this class with the specified name.static OutboxDeliveryOutcome[]OutboxDeliveryOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.keycloak.events.outbox with parameters of type OutboxDeliveryOutcomeModifierConstructorDescriptionOutboxDeliveryResult(OutboxDeliveryOutcome outcome, String errorMessage) Creates an instance of aOutboxDeliveryResultrecord class.