public interface APCRequestSource
Modifier and Type | Method and Description |
---|---|
void |
responseFrom(BufferedEventsQueue<JAMessage> eventQueue,
JAResponse japcResponse)
Enqueues the response in the responder's outbox.
|
void |
send(BufferedEventsDestination<JAMessage> destination,
JARequest japcRequest)
Sends a request to a mailbox.
|
void responseFrom(BufferedEventsQueue<JAMessage> eventQueue, JAResponse japcResponse)
eventQueue
- The responder's outbox.japcResponse
- The wrapped response to be enqueued.void send(BufferedEventsDestination<JAMessage> destination, JARequest japcRequest)
destination
- The mailbox which is to receive the request.japcRequest
- The wrapped request to be sent.Copyright © 2012. All Rights Reserved.