Packages

package message

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AcknowledgeHandler extends AnyRef
  2. case class BaseFlowMessage(header: FlowMessageProps) extends FlowMessage with Product with Serializable
  3. case class BinaryFlowMessage(content: ByteString, header: FlowMessageProps) extends FlowMessage with Product with Serializable
  4. case class BooleanMsgProperty(value: Boolean) extends MsgProperty with Product with Serializable
  5. case class ByteMsgProperty(value: Byte) extends MsgProperty with Product with Serializable
  6. case class DoubleMsgProperty(value: Double) extends MsgProperty with Product with Serializable
  7. case class FloatMsgProperty(value: Float) extends MsgProperty with Product with Serializable
  8. final case class FlowEnvelope extends Product with Serializable
  9. class FlowEnvelopeLogger extends AnyRef

    A helper class to produce logging entries when a flow envelope is part of the logging information.

  10. sealed abstract class FlowMessage extends AnyRef
  11. case class IntMsgProperty(value: Int) extends MsgProperty with Product with Serializable
  12. case class LongMsgProperty(value: Long) extends MsgProperty with Product with Serializable
  13. sealed trait MsgProperty extends AnyRef
  14. case class ShortMsgProperty(value: Short) extends MsgProperty with Product with Serializable
  15. case class StringMsgProperty(value: String) extends MsgProperty with Product with Serializable
  16. case class TextFlowMessage(content: String, header: FlowMessageProps) extends FlowMessage with Product with Serializable
  17. case class UnitMsgProperty(value: Unit = ()) extends MsgProperty with Product with Serializable

Value Members

  1. object BinaryFlowMessage extends Serializable
  2. object FlowEnvelope extends Serializable
  3. object FlowEnvelopeLogger
  4. object FlowMessage
  5. object MsgProperty

Ungrouped