Package com.iantapply.relay.api
package com.iantapply.relay.api
Public contracts for typed, transient Relay messaging.
-
ClassDescriptionFactory methods for the codecs supplied with Relay.Selects the Relay nodes that should receive a message.Categories of message destination.Message<T>A decoded message delivered to a topic subscriber.MessageCodec<T>Explicit, safe conversion between a plugin value and its wire representation.Runs on Relay's dispatch executor, never on Paper's server thread.Strongly typed identifier for a Relay message.Transient, at-most-once messaging.Point-in-time operational status of a messaging service.Optional metadata attached to a published message.A removable topic subscription.Topic<T>A named messaging route paired with the codec for its payload type.