Shutdown

cc.otavia.core.reactor.Reactor.Command.Shutdown
case class Shutdown(channel: AbstractChannel, direction: ChannelShutdownDirection) extends Command

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Command
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def cleanNext(): Unit

Attributes

Inherited from:
Nextable (hidden)
def deChain(): Unit

Attributes

Inherited from:
Nextable (hidden)
def isTail: Boolean

Attributes

Inherited from:
Nextable (hidden)
def next: Nextable | Null

Attributes

Inherited from:
Nextable (hidden)
def next_=(next: Nextable): Unit

Set the next object of this object.

Set the next object of this object.

Attributes

Inherited from:
Nextable (hidden)
def notInChain: Boolean

true if and only if this object is not in any chain

true if and only if this object is not in any chain

Attributes

Inherited from:
Nextable (hidden)
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product