DeregisterReply

cc.otavia.core.message.DeregisterReply
case class DeregisterReply(channel: Channel, firstInactive: Boolean, isOpen: Boolean, cause: Option[Throwable]) extends ReactorEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ReactorEvent
class Event
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