R - type of the read payloadW - type of the write payloadpublic class ChannelExpressionList<R,W> extends SourceRateReadWriteExpressionListImpl<R,W>
| Constructor and Description |
|---|
ChannelExpressionList(Collection<String> channelNames,
Class<R> readClass,
Class<W> writeClass)
An expression for a list of channels with the given names, which are expected to
provide a read payload of
readClass and accept a write payload
of writeClass. |
| Modifier and Type | Method and Description |
|---|---|
ChannelExpressionList<R,W> |
after(String... channelNames)
For writes only, marks that these channels should be written only after the
given channels.
|
and, and, and, getSourceRateExpressions, getSourceRateReadWriteExpressions, getWriteExpressionspublic ChannelExpressionList(Collection<String> channelNames, Class<R> readClass, Class<W> writeClass)
readClass and accept a write payload
of writeClass.readClass - type of the read payloadwriteClass - type of the write payloadchannelNames - the names of the channelspublic ChannelExpressionList<R,W> after(String... channelNames)
channelNames - preceding channel namesCopyright © 2010–2015. All rights reserved.