BasicClass

lepus.protocol.BasicClass
See theBasicClass companion trait
object BasicClass

Attributes

Companion
trait
Source
Classes.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BasicClass.type

Members list

Type members

Classlikes

final case class Ack(deliveryTag: DeliveryTag, multiple: Boolean) extends BasicClass, Async, DualMethod, Request

Attributes

Source
Classes.scala
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
final case class Cancel(consumerTag: ConsumerTag, noWait: NoWait) extends BasicClass, Sync, DualMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait DualMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class CancelOk(consumerTag: ConsumerTag) extends BasicClass, Sync, DualMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait DualMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Consume(queue: QueueName, consumerTag: ConsumerTag, noLocal: NoLocal, noAck: NoAck, exclusive: Boolean, noWait: NoWait, arguments: FieldTable) extends BasicClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class ConsumeOk(consumerTag: ConsumerTag) extends BasicClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Deliver(consumerTag: ConsumerTag, deliveryTag: DeliveryTag, redelivered: Redelivered, exchange: ExchangeName, routingKey: ShortString) extends BasicClass, Async, ServerMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ServerMethod
trait Async
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Get(queue: QueueName, noAck: NoAck) extends BasicClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
case object GetEmpty extends BasicClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
Self type
GetEmpty.type
final case class GetOk(deliveryTag: DeliveryTag, redelivered: Redelivered, exchange: ExchangeName, routingKey: ShortString, messageCount: MessageCount) extends BasicClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Nack(deliveryTag: DeliveryTag, multiple: Boolean, requeue: Boolean) extends BasicClass, Async, DualMethod, Request

Attributes

Source
Classes.scala
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
final case class Publish(exchange: ExchangeName, routingKey: ShortString, mandatory: Boolean, immediate: Boolean) extends BasicClass, Async, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Async
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Qos(prefetchSize: Int, prefetchCount: Short, global: Boolean) extends BasicClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
case object QosOk extends BasicClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
Self type
QosOk.type
final case class Recover(requeue: Boolean) extends BasicClass, Async, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Async
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class RecoverAsync(requeue: Boolean) extends BasicClass, Async, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Async
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
case object RecoverOk extends BasicClass, Sync, ServerMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Request
trait ServerMethod
trait Sync
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
Self type
RecoverOk.type
final case class Reject(deliveryTag: DeliveryTag, requeue: Boolean) extends BasicClass, Async, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Async
trait BasicClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Return(replyCode: ReplyCode, replyText: ReplyText, exchange: ExchangeName, routingKey: ShortString) extends BasicClass, Async, ServerMethod, Request

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala