| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.api |
Provides an API for eventdispatcher.
|
| org.sodeac.common.message.dispatcher.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
DispatcherChannelSetup.BoundedByChannelConfiguration
Configuration to bind a
IChannelComponent (a IChannelManager or a IChannelService) to existing IChannels
whose properties match a ldapfilter. |
static class |
DispatcherChannelSetup.BoundedByChannelId
Configuration to bind a
IChannelComponent (a IChannelManager or a IChannelService) to the IChannel
with specified channelId managed by IMessageDispatcher with specified id. |
static class |
DispatcherChannelSetup.ChannelServiceConfiguration
Configuration for Channel Services
|
| Modifier and Type | Method and Description |
|---|---|
abstract DispatcherChannelSetup |
DispatcherChannelSetup.copy() |
protected DispatcherChannelSetup |
DispatcherChannelSetup.setDispatcherId(String dispatcherId)
setter for dispatcher id
|
protected DispatcherChannelSetup |
DispatcherChannelSetup.setMaxMessageSize(Long maxMessageSize)
setter for max channel size
|
protected DispatcherChannelSetup |
DispatcherChannelSetup.setName(String name)
setter for name of channel component
|
DispatcherChannelSetup |
DispatcherChannelSetup.setOptional(boolean optional)
setter for optional flag
|
protected DispatcherChannelSetup |
DispatcherChannelSetup.setPrivateChannelWorkerRequirement(PrivateChannelWorkerRequirement privateChannelWorkerRequirement)
setter for private channel worker requirement
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChannelService.IChannelServicePolicy.addConfigurationDetail(DispatcherChannelSetup configuration) |
void |
IChannelManager.IChannelControllerPolicy.addConfigurationDetail(DispatcherChannelSetup configuration) |
| Modifier and Type | Method and Description |
|---|---|
List<DispatcherChannelSetup> |
ChannelManagerContainer.getComponentConfigurationList() |
Copyright © 2020. All rights reserved.