| Interface | Description |
|---|---|
| IBlaubotAdminMessageListener |
Created by henna on 30.01.15.
|
| IBlaubotChannel |
The channel is the main object to be used for sending and receiving messages.
|
| IBlaubotMessageListener | |
| IBlaubotMessagePickerStrategy |
A strategy to pick messages from a queue
|
| IBlaubotSubscriptionChangeListener |
Notifies about changes of a ChannelManagers internal subscription store
|
| Class | Description |
|---|---|
| BlaubotChannel |
A channel managed by the BlaubotChannelManager.
|
| BlaubotChannelConfig |
Configuration for a BlaubotChannel.
|
| BlaubotChannelManager |
Factory class for the creation of BlaubotChannel instances.
|
| BlaubotChannelManagerInfo |
Debug infos created by the BlaubotChannelManager.
|
| BlaubotMessage |
The message object that is sent through connections
|
| BlaubotMessageManager |
The message manager consists of a message receiving as well as a message sending part for
the IBlaubotConnection it is created for to handle.
|
| BlaubotMessageReceiver |
A message receiver handles incoming data streams from an IBlaubotConnection.
|
| BlaubotMessageSender |
The message sender simply queues messages that are going to be sent over the IBlaubotConnection
for which this message sender was created for.
|
| BlaubotMessageType |
Fluent API-based class to work with the Type from the BlaubotMessage's header.
|
| ChannelInfo | |
| ConnectionInfo | |
| DiscardNewPickerStrategy |
Picks messages from the given queue.
|
| DiscardOldPickerStrategy |
Picks messages from the given queue.
|
| ProcessAllPickerStrategy |
Picks messages from the given queue one by one and does no fancy things.
|
| Enum | Description |
|---|---|
| BlaubotChannelConfig.MessagePickerStrategy |
Unique identifier for PickingStrategy-Implementations.
|
| BlaubotMessage.Priority |
Priority for BlaubotMessages.
|