public interface Dispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close me.
|
int |
concurrencyCapacity()
Answer the total capacity for concurrent operations.
|
void |
execute(Mailbox mailbox)
Execute message dispatching for the
mailbox's next message(s). |
boolean |
isClosed()
Answer whether or not I am closed.
|
boolean |
requiresExecutionNotification()
Answer whether or not I require notification of execution.
|
void close()
boolean isClosed()
int concurrencyCapacity()
void execute(Mailbox mailbox)
mailbox's next message(s).mailbox - the Mailbox to execute message dispatchingboolean requiresExecutionNotification()
Copyright © 2021. All rights reserved.