| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.api |
Provides an API for eventdispatcher.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IChannelManager
An eventcontroller reacts to a wide variety of queue happenings, if it implements appropriate extension interfaces.
|
interface |
IChannelService
Interface to register
IChannelTask |
interface |
IFeatureConfigurableController |
interface |
IOnChannelAttach
An extension interface for
IChannelManager to consume notifications if instance of IChannelManager attach to a IChannel |
interface |
IOnChannelDetach
An extension interface for
IChannelManager to consume notifications if instance of IChannelManager detach from a IChannel |
interface |
IOnChannelSignal
An extension interface for
IChannelManager to consume channel signals |
interface |
IOnMessageRemove
An extension interface for
IChannelManager to consume notifications if a IMessage is removed on IChannel |
interface |
IOnMessageStore
An extension interface for
IChannelManager to consume a notification if IChannel has queued an IMessage |
interface |
IOnTaskDone
An extension interface for
IChannelManager to consume notifications of finishing a task |
interface |
IOnTaskError
An extension interface for
IChannelManager to consume notifications if a task throws an exception or an error |
interface |
IOnTaskTimeout
An extension interface for
IChannelManager to consume notifications if a task runs in a timeout |
| Modifier and Type | Method and Description |
|---|---|
IChannelComponent |
ChannelComponentUnconfiguredException.getChannelComponent() |
| Constructor and Description |
|---|
ChannelComponentUnconfiguredException(IChannelComponent component) |
ChannelComponentUnconfiguredException(IChannelComponent component,
String message) |
ChannelComponentUnconfiguredException(IChannelComponent component,
String message,
Throwable cause) |
ChannelComponentUnconfiguredException(IChannelComponent component,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ChannelComponentUnconfiguredException(IChannelComponent component,
Throwable cause) |
Copyright © 2020. All rights reserved.