Package de.quantummaid.eventmaid.channel
-
Interface Summary Interface Description Channel<T> Channelis the concept used for transporting messages from sender to an consumingActionat the end of theChannel. -
Class Summary Class Description ChannelBuilder<T> TheChannelBuilderclass provides a fluent interface to create and configure aChannel.ChannelProcessingFrame<T> TheProcessingContextobject stores the history of the traversedChannelsin form of a linked list ofChannelProcessingFrames.ChannelStatusInformation Gives access to theChannelStatisticsof theChannel. -
Enum Summary Enum Description ChannelType Defines the type of theChannel.