Uses of Enum Class
dev.agenor.core.mailbox.OverflowPolicy
Packages that use OverflowPolicy
-
Uses of OverflowPolicy in dev.agenor.core.mailbox
Methods in dev.agenor.core.mailbox that return OverflowPolicyModifier and TypeMethodDescriptionMailboxConfig.overflowPolicy()Returns the value of theoverflowPolicyrecord component.static OverflowPolicyReturns the enum constant of this class with the specified name.static OverflowPolicy[]OverflowPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.agenor.core.mailbox with parameters of type OverflowPolicyModifierConstructorDescriptionMailboxConfig(int capacity, OverflowPolicy overflowPolicy) Creates a configuration with the default concurrent-handler limit.MailboxConfig(int capacity, OverflowPolicy overflowPolicy, int maxConcurrentHandlers) Validates the configuration.