case classSfSendFixMessageOutAck(correlationId: String) extends Event with Product with Serializable
A case class used by the Business actor when it sends a message out. All part of
AKKA io back pressure. Without this you risk not knowing AKKA closed down and messages were lost.
correlationId
Allows you to have a unique value which you track as you send a message out
and wait for the ack back
Linear Supertypes
Serializable, Serializable, Product, Equals, Event, Message, NoSerializationVerificationNeeded, AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
SfSendFixMessageOutAck
Serializable
Serializable
Product
Equals
Event
Message
NoSerializationVerificationNeeded
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
newSfSendFixMessageOutAck(correlationId: String)
correlationId
Allows you to have a unique value which you track as you send a message out
and wait for the ack back
A case class used by the Business actor when it sends a message out. All part of AKKA io back pressure. Without this you risk not knowing AKKA closed down and messages were lost.
Allows you to have a unique value which you track as you send a message out and wait for the ack back