| Modifier and Type | Method and Description |
|---|---|
Mailbox |
MailboxProvider.provideMailboxFor(int hashCode,
Dispatcher dispatcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManyToOneConcurrentArrayQueueDispatcher |
| Modifier and Type | Method and Description |
|---|---|
Mailbox |
ManyToOneConcurrentArrayQueuePlugin.provideMailboxFor(int hashCode,
Dispatcher dispatcher) |
| Constructor and Description |
|---|
ManyToOneConcurrentArrayQueueMailbox(Dispatcher dispatcher,
int mailboxSize,
int totalSendRetries,
boolean notifyOnSend) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorDispatcher |
| Modifier and Type | Method and Description |
|---|---|
Mailbox |
ConcurrentQueueMailboxPlugin.provideMailboxFor(int hashCode,
Dispatcher dispatcher) |
| Constructor and Description |
|---|
ConcurrentQueueMailbox(Dispatcher dispatcher,
int throttlingCount) |
| Modifier and Type | Class and Description |
|---|---|
class |
RingBufferDispatcher |
| Modifier and Type | Method and Description |
|---|---|
Mailbox |
SharedRingBufferMailboxPlugin.provideMailboxFor(int hashCode,
Dispatcher dispatcher) |
| Constructor and Description |
|---|
SharedRingBufferMailbox(Dispatcher dispatcher,
int mailboxSize,
boolean notifyOnSend) |
| Modifier and Type | Method and Description |
|---|---|
Mailbox |
TestMailboxPlugin.provideMailboxFor(int hashCode,
Dispatcher dispatcher) |
Copyright © 2021. All rights reserved.