Package | Description |
---|---|
com.caucho.bam.mailbox | |
com.caucho.bam.packet | |
com.caucho.cloud.bam |
Modifier and Type | Method and Description |
---|---|
protected ActorProcessor<Packet> |
MultiworkerMailbox.createProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
MultiworkerMailbox.enqueue(Packet packet) |
Constructor and Description |
---|
MailboxQueue2(int capacity,
ActorProcessor<Packet> processor) |
Modifier and Type | Class and Description |
---|---|
class |
Message
Unidirectional message with a value.
|
class |
MessageError
Unidirectional message with an error
|
class |
Query
RPC call requesting information/data.
|
class |
QueryError
RPC error result from a get or set.
|
class |
QueryResult
RPC result from a get or set.
|
Modifier and Type | Method and Description |
---|---|
protected ActorProcessor<Packet> |
HmuxQueue.createProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
HmuxWorker.process(Packet packet)
Sends a message to an agent
|