| Package | Description |
|---|---|
| org.quickstart.api.component | |
| org.quickstart.api.coordinator | |
| org.quickstart.api.delegator |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> |
IPerspective.getMessageDelegateQueue()
Returns delegate queue to delegate actions to correct target
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPerspective.init(java.util.concurrent.BlockingQueue<ISubComponent<L,A,M>> componentDelegateQueue,
java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> messageDelegateQueue,
ICoordinator<L,A,M> messageCoordinator,
Launcher<?> launcher)
The initialization method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICoordinator.setDelegateQueue(java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> delegateQueue)
Set the delegate queue, which delegates messages to correct responsible perspective.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> |
IMessageDelegator.getMessageDelegateQueue()
Returns the delegate queue.
|