| Modifier and Type | Method and Description |
|---|---|
boolean |
flowsInto(Channel channel)
States whether this channel flows into the specified channel.
|
static Channel |
getInstance()
Gets the single instance of the broadcast channel.
|
String |
toString() |
public static Channel getInstance()
public boolean flowsInto(Channel channel)
ChannelBy default, a channel only flows into itself.
flowsInto in interface Channelchannel - Channel to be checked (whether it accepts events from this channel).Channel.flowsInto(Channel)Copyright © 2017. All rights reserved.