Contents
class solace.ReplicationGroupMessageId extends solace.ReplayStartLocation
This class is not exposed for construction by API users. Users should obtain an instance from solace.SolclientFactory.createReplicationGroupMessageId or from solace.Message.getReplicationGroupMessageId
ReplicationGroupMessageId specifies a Replication Group Message ID. Can be used to specify a solace.ReplayStartLocation for the message after this id. The ReplayStartLocation is set in the corresponding MessageConsumer property solace.MessageConsumerProperties#replayStartLocation.
Constructor Top
ReplicationGroupMessageId ( Long spoolerUniqueId, Long effectiveMessageId ) |
Methods Top
Number | compare ( ReplicationGroupMessageId otherReplicationGroupMessageId ) | |
String | toString ( ) | inherited from solace.ReplayStartLocation |
Constructor details
Top
ReplicationGroupMessageId
( Long spoolerUniqueId, Long effectiveMessageId )
This class is not exposed for construction by API users. Users should obtain an instance from
solace.SolclientFactory.createReplicationGroupMessageId or from
solace.Message.getReplicationGroupMessageId
ReplicationGroupMessageId specifies a Replication Group Message ID.
Can be used to specify a solace.ReplayStartLocation for the message after this id.
The ReplayStartLocation is set in the corresponding
MessageConsumer property solace.MessageConsumerProperties#replayStartLocation.
This class is not exposed for construction by API users. Users should obtain an instance from solace.SolclientFactory.createReplicationGroupMessageId or from solace.Message.getReplicationGroupMessageId
ReplicationGroupMessageId specifies a Replication Group Message ID. Can be used to specify a solace.ReplayStartLocation for the message after this id. The ReplayStartLocation is set in the corresponding MessageConsumer property solace.MessageConsumerProperties#replayStartLocation.
Methods Detail Top
public
Number
compare
( ReplicationGroupMessageId otherReplicationGroupMessageId )
Compares with other ReplicationGroupMessageId