All Classes and Interfaces

Class
Description
Marker interface for all data types that can be sent over a MessageChannel.
Primary interface for interacting with the CommandBridge network from a third-party plugin.
Static provider for obtaining the CommandBridgeAPI singleton instance.
Payload carrying a command to be executed on a remote server via the CommandBridge network.
Represents the network connection status between a server and the CommandBridge network.
A typed communication pipe for sending and receiving messages across the CommandBridge network.
A target-bound sender created by MessageChannel.to(java.util.Collection) or MessageChannel.toAll(), used to dispatch payloads to the targeted servers.
Metadata accompanying a message received on a MessageChannel.
Callback for handling messages received on a typed MessageChannel.
Enumeration of the two supported bridge platforms: the Velocity proxy and backend servers.
Identifies a specific server in the bridge network by its unique identifier and platform type.
Service for resolving which server a player is currently connected to within the bridge network.
Defines the execution context for a command dispatched through the CommandBridge network.
Callback invoked when a server connects to or disconnects from the CommandBridge network.
A handle to a registered listener that allows the registration to be cancelled.