| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SubChannelImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelImpl |
ChannelImpl.parent |
| Modifier and Type | Method and Description |
|---|---|
ChannelImpl |
ChannelWorker.getMessageChannel() |
ChannelImpl |
SpooledChannelWorker.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageDispatcherImpl.onConfigurationModify(ChannelImpl<?> channel,
String... attributes) |
protected void |
MessageDispatcherImpl.registerTimeOut(ChannelImpl<?> channel,
TaskContainer taskContainer) |
void |
DispatcherGuardian.registerTimeOut(ChannelImpl<?> queue,
TaskContainer task) |
protected SpooledChannelWorker |
SpooledChannelWorkerScheduler.scheduleChannelWorker(ChannelImpl<?> queue,
long wakeUpTime) |
protected SpooledChannelWorker |
MessageDispatcherImpl.scheduleChannelWorker(ChannelImpl<?> channel,
long wakeUpTime) |
protected boolean |
ChannelWorker.setMessageChannel(ChannelImpl eventQueue) |
protected void |
MessageDispatcherImpl.unregisterTimeOut(ChannelImpl<?> channel,
TaskContainer taskContainer) |
void |
DispatcherGuardian.unregisterTimeOut(ChannelImpl<?> queue,
TaskContainer task) |
| Constructor and Description |
|---|
ChannelConfigurationModifyListener(ChannelImpl queue) |
ChannelWorker(ChannelImpl<?> impl) |
MessageImpl(T payload,
ChannelImpl channel,
MessageHeader messageHeader) |
SpooledChannelWorker(ChannelImpl queue,
long wakeupTime) |
SubChannelImpl(UUID scopeId,
UUID parentScopeId,
ChannelImpl parent,
String scopeName,
boolean adoptContoller,
boolean adoptServices,
Map<String,Object> configurationProperties,
Map<String,Object> stateProperties) |
Copyright © 2020. All rights reserved.