rgmid

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Overview

Package rgmid contains the ReplicationGroupMessageID interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReplicationGroupMessageID

type ReplicationGroupMessageID interface {
	// Compare compares the ReplicationGroupMessageID to another.
	// Not all valid ReplicationGroupMessageID
	// instances can be compared. If the messages identified were not published
	// to the same broker or HA pair, then they are not comparable and a
	// *solace.IllegalArgumentError is returned.
	Compare(ReplicationGroupMessageID) (result int, err error)
	// String returns the ReplicationGroupMessageID as a string value.
	String() string
}

ReplicationGroupMessageID represents a ReplicationGroupMessageID of a message.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL