Nack

lepus.protocol.BasicClass.Nack
final case class Nack(deliveryTag: DeliveryTag, multiple: Boolean, requeue: Boolean) extends BasicClass, Async, DualMethod, Request

Attributes

Source
Classes.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait DualMethod
trait Async
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val _methodId: MethodId

Attributes

Source
Classes.scala

Inherited fields

override val _classId: ClassId

Attributes

Inherited from:
BasicClass
Source
Classes.scala
override val _intent: MethodIntent

Attributes

Inherited from:
Request
Source
Classes.scala
override val _receiver: Peer

Attributes

Inherited from:
DualMethod
Source
Classes.scala
override val _synchronous: Boolean

Attributes

Inherited from:
Async
Source
Classes.scala