Object/Class

com.spingo.op_rabbit

Message

Related Docs: class Message | package op_rabbit

Permalink

object Message extends MessageFactory[Message]

Confirmed message generator. See Message$

Linear Supertypes
MessageFactory[Message], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Message
  2. MessageFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Ack(id: Long) extends ConfirmResponse with Product with Serializable

    Permalink
  2. sealed trait ConfirmResponse extends AnyRef

    Permalink
  3. case class Fail(id: Long, exception: Throwable) extends ConfirmResponse with Product with Serializable

    Permalink
  4. case class Nack(id: Long) extends ConfirmResponse with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[T](body: T, publisher: Publisher, properties: Seq[MessageProperty] = Seq())(implicit marshaller: RabbitMarshaller[T]): Message

    Permalink
    Definition Classes
    MessageFactory
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def exchange[T](message: T, exchange: String, routingKey: String = "", properties: Seq[MessageProperty] = Seq.empty)(implicit marshaller: RabbitMarshaller[T]): Message

    Permalink

    Shorthand for Message(Publisher.exchange(...), ...)

    Shorthand for Message(Publisher.exchange(...), ...)

    Definition Classes
    MessageFactory
  10. def factory[T](publisher: Publisher, properties: Seq[MessageProperty] = Seq.empty)(implicit marshaller: RabbitMarshaller[T]): Factory[T, Message]

    Permalink
    Definition Classes
    MessageFactory
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def newInstance(publisher: Publisher, body: Array[Byte], properties: BasicProperties): Message

    Permalink
    Definition Classes
    Message → MessageFactory
    Annotations
    @inline()
  17. def nextMessageId: Long

    Permalink
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def queue[T](message: T, queue: String, properties: Seq[MessageProperty] = Seq.empty)(implicit marshaller: RabbitMarshaller[T]): Message

    Permalink

    Shorthand for Message(Publisher.queue(...), ...)

    Shorthand for Message(Publisher.queue(...), ...)

    Definition Classes
    MessageFactory
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. def topic[T](message: T, routingKey: String, exchange: String = RabbitControl.topicExchangeName, properties: Seq[MessageProperty] = Seq.empty)(implicit marshaller: RabbitMarshaller[T]): Message

    Permalink

    Shorthand for Message(Publisher.topic(...), ...)

    Shorthand for Message(Publisher.topic(...), ...)

    Definition Classes
    MessageFactory
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MessageFactory[Message]

Inherited from AnyRef

Inherited from Any

Ungrouped