static FilteredOne2AnyChannel |
FilteredChannel.createOne2Any() |
Creates a new One2Any filtered channel.
|
static FilteredOne2AnyChannel[] |
FilteredChannel.createOne2Any(int n) |
Constructs and returns an array of One2AnyChannel
objects.
|
static FilteredOne2AnyChannel |
FilteredChannel.createOne2Any(ChannelDataStore buffer) |
Creates a new One2Any filtered channel with a given buffering behaviour.
|
static FilteredOne2AnyChannel[] |
FilteredChannel.createOne2Any(ChannelDataStore buffer,
int n) |
Constructs and returns an array of One2AnyChannel
objects with a given buffer.
|