Uses of Record Class
dev.agenor.core.mailbox.MailboxConfig
Packages that use MailboxConfig
-
Uses of MailboxConfig in dev.agenor.core.mailbox
Methods in dev.agenor.core.mailbox that return MailboxConfigModifier and TypeMethodDescriptionstatic MailboxConfigMailboxConfig.defaults()Returns the default configuration: 1024 messages, dropping the oldest on overflow. -
Uses of MailboxConfig in dev.agenor.runtime.agent
Methods in dev.agenor.runtime.agent that return MailboxConfigModifier and TypeMethodDescriptionprotected MailboxConfigBaseAgent.mailboxConfig()Returns the bounds and overflow behaviour for this agent's mailbox. -
Uses of MailboxConfig in dev.agenor.runtime.mailbox
Constructors in dev.agenor.runtime.mailbox with parameters of type MailboxConfigModifierConstructorDescriptionDefaultAgentMailbox(String agentId, MailboxConfig config, MessageHandler pushConsumer) Creates a mailbox for one agent.DefaultAgentMailbox(String agentId, MailboxConfig config, MessageHandler pushConsumer, AgenorTelemetry telemetry) Creates a mailbox for one agent, tracing what it hands to a handler.