Static factory for creating filtered channels.
Type | Name and description |
---|---|
static FilteredAny2AnyChannel |
createAny2Any() Creates a new Any2Any filtered channel. |
static FilteredAny2AnyChannel[] |
createAny2Any(int n) Constructs and returns an array of Any2AnyChannel
objects. |
static FilteredAny2AnyChannel |
createAny2Any(ChannelDataStore buffer) Creates a new Any2Any filtered channel with a given buffering behaviour. |
static FilteredAny2AnyChannel[] |
createAny2Any(ChannelDataStore buffer, int n) Constructs and returns an array of Any2AnyChannel
objects with a given buffer. |
static FilteredAny2OneChannel |
createAny2One() Creates a new Any2One filtered channel. |
static FilteredAny2OneChannel[] |
createAny2One(int n) Constructs and returns an array of Any2OneChannel
objects. |
static FilteredAny2OneChannel |
createAny2One(ChannelDataStore buffer) Creates a new Any2One filtered channel with a given buffering behaviour. |
static FilteredAny2OneChannel[] |
createAny2One(ChannelDataStore buffer, int n) Constructs and returns an array of Any2OneChannel
objects with a given buffer. |
static FilteredOne2AnyChannel |
createOne2Any() Creates a new One2Any filtered channel. |
static FilteredOne2AnyChannel[] |
createOne2Any(int n) Constructs and returns an array of One2AnyChannel
objects. |
static FilteredOne2AnyChannel |
createOne2Any(ChannelDataStore buffer) Creates a new One2Any filtered channel with a given buffering behaviour. |
static FilteredOne2AnyChannel[] |
createOne2Any(ChannelDataStore buffer, int n) Constructs and returns an array of One2AnyChannel
objects with a given buffer. |
static FilteredOne2OneChannel |
createOne2One() Creates a new One2One filtered channel. |
static FilteredOne2OneChannel[] |
createOne2One(int n) Constructs and returns an array of One2OneChannel
objects. |
static FilteredOne2OneChannel |
createOne2One(ChannelDataStore buffer) Creates a new One2One filtered channel with a given buffering behaviour. |
static FilteredOne2OneChannel[] |
createOne2One(ChannelDataStore buffer, int n) Constructs and returns an array of One2OneChannel
objects using a given buffer. |
Creates a new Any2Any filtered channel.
Constructs and returns an array of Any2AnyChannel
objects.
n the
- size of the array of channels.Creates a new Any2Any filtered channel with a given buffering behaviour.
buffer
- the buffer implementation to use. Constructs and returns an array of Any2AnyChannel
objects with a given buffer.
n the
- size of the array of channels.buffer
- the buffer implementation to use.Creates a new Any2One filtered channel.
Constructs and returns an array of Any2OneChannel
objects.
n the
- size of the array of channels.Creates a new Any2One filtered channel with a given buffering behaviour.
buffer
- the buffer implementation to use. Constructs and returns an array of Any2OneChannel
objects with a given buffer.
n the
- size of the array of channels.buffer
- the buffer implementation to use.Creates a new One2Any filtered channel.
Constructs and returns an array of One2AnyChannel
objects.
n the
- size of the array of channels.Creates a new One2Any filtered channel with a given buffering behaviour.
buffer
- the buffer implementation to use. Constructs and returns an array of One2AnyChannel
objects with a given buffer.
n the
- size of the array of channels.buffer
- the buffer implementation to use.Creates a new One2One filtered channel.
Constructs and returns an array of One2OneChannel
objects.
n the
- size of the array of channels.Creates a new One2One filtered channel with a given buffering behaviour.
buffer
- the buffer implementation to use. Constructs and returns an array of One2OneChannel
objects using a given buffer.
n the
- size of the array of channels.buffer
- the buffer implementation to use.