Packages

class Wiring[T] extends StrictLogging

Linear Supertypes
StrictLogging, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wiring
  2. StrictLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Wiring(name: WiringName, setExchangeName: Option[ExchangeName] = None, setRoutingKey: Option[RoutingKey] = None, setQueueName: Option[QueueName] = None, setExchangeType: Option[ExchangeType] = None, setRequeuePolicy: Option[RequeuePolicy] = None, setPrefetchCount: Option[Int] = None)(implicit marshaller: PayloadMarshaller[T], unmarshaller: PayloadUnmarshaller[T])

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allDeclarations: List[Declaration]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def consumer[B[_], F[_], E, C](client: AmqpClient[B, F, E, C])(handleMessage: (T) ⇒ F[RequeueConsumeAction]): B[C]
  8. def consumerDeclarations: List[Declaration]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def exchange: Exchange
  12. def exchangeName: ExchangeName
  13. def exchangeType: ExchangeType
  14. def exchangeWithBinding: Exchange
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  20. implicit val marshaller: PayloadMarshaller[T]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def prefetchCount: Int
  25. def publisher[B[_], F[_], E, C](client: AmqpClient[B, F, E, C], timeout: FiniteDuration = 10.seconds): B[Publisher[F, T]]
  26. def publisherBuilder: Builder[T]
  27. def publisherDeclarations: List[Declaration]
  28. def publisherWithHeaders[B[_], F[_], E, C](client: AmqpClient[B, F, E, C]): B[PublisherWithHeaders[F, T]]
  29. def queueName: QueueName
  30. def requeuePolicy: RequeuePolicy
  31. def routingKey: RoutingKey
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. implicit val unmarshaller: PayloadUnmarshaller[T]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from StrictLogging

Inherited from AnyRef

Inherited from scala.Any

Ungrouped