package message
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AcknowledgeHandler extends AnyRef
- case class BaseFlowMessage(header: FlowMessageProps) extends FlowMessage with Product with Serializable
- case class BinaryFlowMessage(content: ByteString, header: FlowMessageProps) extends FlowMessage with Product with Serializable
- case class BooleanMsgProperty(value: Boolean) extends MsgProperty with Product with Serializable
- case class ByteMsgProperty(value: Byte) extends MsgProperty with Product with Serializable
- case class DoubleMsgProperty(value: Double) extends MsgProperty with Product with Serializable
- case class FloatMsgProperty(value: Float) extends MsgProperty with Product with Serializable
- final case class FlowEnvelope extends Product with Serializable
- class FlowEnvelopeLogger extends AnyRef
A helper class to produce logging entries when a flow envelope is part of the logging information.
- sealed abstract class FlowMessage extends AnyRef
- case class IntMsgProperty(value: Int) extends MsgProperty with Product with Serializable
- case class LongMsgProperty(value: Long) extends MsgProperty with Product with Serializable
- sealed trait MsgProperty extends AnyRef
- case class ShortMsgProperty(value: Short) extends MsgProperty with Product with Serializable
- case class StringMsgProperty(value: String) extends MsgProperty with Product with Serializable
- case class TextFlowMessage(content: String, header: FlowMessageProps) extends FlowMessage with Product with Serializable
- case class UnitMsgProperty(value: Unit = ()) extends MsgProperty with Product with Serializable
Value Members
- object BinaryFlowMessage extends Serializable
- object FlowEnvelope extends Serializable
- object FlowEnvelopeLogger
- object FlowMessage
- object MsgProperty