Reply

cc.otavia.core.message.Reply
trait Reply extends Message

reply message, it reply at least one ask message

Attributes

Graph
Supertypes
trait Message
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def isBatch: Boolean
def replyId: Long
def replyIds: Seq[(Long, Long)]
def setReplyId(id: Long): Unit
def setReplyId(ids: Seq[(Long, Long)]): Unit

Inherited methods

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_=(nextable: Nextable): Unit

Set the next object of this object.

Set the next object of this object.

Attributes

Inherited from:
Nextable (hidden)