@Internal
public interface MailboxDefaultAction
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MailboxDefaultAction.Controller
This controller is a feedback interface for the default action to interact with the mailbox
execution.
|
static interface |
MailboxDefaultAction.Suspension
Represents the suspended state of a
MailboxDefaultAction, ready to resume. |
| Modifier and Type | Method and Description |
|---|---|
void |
runDefaultAction(MailboxDefaultAction.Controller controller)
This method implements the default action of the mailbox loop (e.g. processing one event from
the input).
|
void runDefaultAction(MailboxDefaultAction.Controller controller) throws Exception
controller - controller object for collaborative interaction between the default action
and the mailbox loop.Exception - on any problems in the action.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.