public interface Channel
Channel represents a communication transport which can receive and send
SimpleEvent objects.
Each Channel instance has a set of Channel.Destination
which represent the end-points that the transport can use.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Channel.State
Represents a state in the lifecycle of a channel.
|