R
- type of the read payloadW
- type of the write payloadpublic class ChannelExpression<R,W> extends SourceRateReadWriteExpressionImpl<R,W>
Constructor and Description |
---|
ChannelExpression(Class<R> readClass,
Class<W> writeClass)
Constructor for the null channel.
|
ChannelExpression(String channelName,
Class<R> readClass,
Class<W> writeClass)
An expression for a channel with the given name, which is expected to
provide a read payload of
readClass and accept a write payload
of writeClass . |
Modifier and Type | Method and Description |
---|---|
ChannelExpression<R,W> |
after(String... channelNames)
For writes only, marks that this channel should be written only after the
given channels.
|
as, fillWriteRecipe, getFunction, getName, getSourceRateExpressionImpl, getWriteExpressionImpl, getWriteFunction
and, and, and, getSourceRateExpressions, getSourceRateReadWriteExpressions, getWriteExpressions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, getSourceRateReadWriteExpressions
and, getSourceRateExpressions
and, getWriteExpressions
public ChannelExpression(String channelName, Class<R> readClass, Class<W> writeClass)
readClass
and accept a write payload
of writeClass
.channelName
- the name of the channelreadClass
- type of the read payloadwriteClass
- type of the write payloadpublic ChannelExpression<R,W> after(String... channelNames)
channelNames
- preceding channel namesCopyright © 2010–2015. All rights reserved.