final case class FlowEnvelope extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlowEnvelope
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ackHandler: Option[AcknowledgeHandler]
  5. def acknowledge(): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearException(): FlowEnvelope
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def deny(): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val exception: Option[Throwable]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. val flowContext: Map[String, Any]
  14. val flowMessage: FlowMessage
  15. def getAckHandler(): Option[AcknowledgeHandler]
    Annotations
    @BeanProperty()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getException(): Option[Throwable]
    Annotations
    @BeanProperty()
  18. def getFlowMessage(): FlowMessage
    Annotations
    @BeanProperty()
  19. def getFromContext[T](key: String): Try[Option[T]]
  20. def getId(): String
    Annotations
    @BeanProperty()
  21. def getOriginalMessage(): FlowMessage
    Annotations
    @BeanProperty()
  22. def getRequiresAcknowledge(): Boolean
    Annotations
    @BeanProperty()
  23. def header[T](key: String)(implicit m: Manifest[T]): Option[T]
  24. def headerWithDefault[T](key: String, default: T)(implicit m: Manifest[T]): T
  25. val id: String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val originalMessage: FlowMessage
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def removeFromContext(key: String): FlowEnvelope
  33. def removeHeader(keys: String*): FlowEnvelope
  34. val requiresAcknowledge: Boolean
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    FlowEnvelope → AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withAckHandler(handler: Option[AcknowledgeHandler]): FlowEnvelope
  41. def withContextObject(key: String, o: Any): FlowEnvelope
  42. def withException(t: Throwable): FlowEnvelope
  43. def withHeader(key: String, value: Any, overwrite: Boolean = true): Try[FlowEnvelope]
  44. def withHeaders(header: FlowMessageProps): Try[FlowEnvelope]
  45. def withId(newId: String): FlowEnvelope
  46. def withRequiresAcknowledge(b: Boolean): FlowEnvelope

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped