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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped