public interface Channel
| Modifier and Type | Method and Description |
|---|---|
default boolean |
flowsInto(Channel channel)
States whether this channel flows into the specified channel.
|
default String |
getName()
Gets the name of the channel, mostly useful for logging/debugging purposes.
|
default String getName()
By default, the class's simple name followed by the instance's hash code.
default boolean flowsInto(Channel channel)
By default, a channel only flows into itself.
channel - Channel to be checked (whether it accepts events from this channel).Copyright © 2017. All rights reserved.