Package-level declarations
Types
Default implementation of the Header interface.
A distributed message bus that operates across multiple JVM instances or nodes.
Abstract base class for in-memory message bus implementations.
A message bus that prioritizes local message handling before distributed routing.
A local message bus that operates within a single JVM instance.
Represents a message bus for sending and receiving messages in a distributed system.
Represents a message dispatcher that can run and dispatch messages.
Properties
Functions
Retrieves the receiver group from the Reactor context.
Checks if this message has local-first routing enabled.
Checks if the header has the local-first flag set.
Checks if this message has been handled locally.
Sets the receiver group in the Reactor context.
Determines if this message should use local-first routing.
Writes the receiver group to the Reactor context for this Flux.