10.24.0

IReplicationGroupMessageId Interface

Interface for replication group message ids. Can be used to specify a IReplayStartLocation for the message after this id. The IReplayStartLocation is set in the corresponding flow property ReplayStartLocationEx.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public interface IReplicationGroupMessageId : IReplayStartLocation
Implements
IReplayStartLocation

Methods

Compare Compares one id instance to another.
ToString Returns a string that can later be passed to CreateReplicationGroupMessageId(String) to create a ReplicationGroupMessageId object.

See Also