Uses of Enum Class
io.bytestreams.exchange.core.ChannelStatus
-
Uses of ChannelStatus in io.bytestreams.exchange.core
Fields in io.bytestreams.exchange.core with type parameters of type ChannelStatusModifier and TypeFieldDescriptionprotected static final Set<ChannelStatus> AbstractChannel.SHUTTING_DOWNprotected final AtomicReference<ChannelStatus> AbstractChannel.statusMethods in io.bytestreams.exchange.core that return ChannelStatusModifier and TypeMethodDescriptionAbstractChannel.status()Channel.status()Returns the current lifecycle status of this channel.static ChannelStatusReturns the enum constant of this class with the specified name.static ChannelStatus[]ChannelStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.