A callback object that can be registered with a Session that
receives a notification whenever a message is encountered that
has an unexpected sequence number. The sequence number of a
message should represent the number of records that have been
previously transmitted in this session, modulo 232.
An unexpected sequence number typically means that either one
or more messages have been dropped, or messages are arriving
out-of-order.
Linear Supertypes
AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
SequenceCallback
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract defoutOfSequence(session: Session, expected: Long, value: Long): Unit
Called when a message is encountered that has a unexpected
sequence number.
Called when a message is encountered that has a unexpected
sequence number.
A callback object that can be registered with a Session that receives a notification whenever a message is encountered that has an unexpected sequence number. The sequence number of a message should represent the number of records that have been previously transmitted in this session, modulo 232.
An unexpected sequence number typically means that either one or more messages have been dropped, or messages are arriving out-of-order.