Receiving end of a migratable channel. The underlying channel can be obtained by the
getInputChannel
method and used like any other channel. Before migrating the channel,
the prepareToMove
method must be called.
Type | Name and description |
---|---|
NetChannelLocation |
getCurrentLocation() Returns the current location of the channel. |
NetAltingChannelInput |
getInputChannel() Returns the underlying input channel. |
void |
prepareToMove() Prepares the channel for a transfer between nodes. |
Returns the current location of the channel.
Returns the underlying input channel.
Prepares the channel for a transfer between nodes.