Uses of Interface
me.internalizable.numdrassl.api.messaging.ChannelMessage
Packages that use ChannelMessage
Package
Description
Cross-proxy messaging API for distributed Numdrassl deployments.
Handler interfaces for message processing.
Message types for cross-proxy communication.
-
Uses of ChannelMessage in me.internalizable.numdrassl.api.messaging
Methods in me.internalizable.numdrassl.api.messaging with type parameters of type ChannelMessageModifier and TypeMethodDescription<T extends ChannelMessage>
SubscriptionMessagingService.subscribe(MessageChannel channel, Class<T> messageType, MessageHandler<T> handler) Subscribe to messages of a specific type on a channel.Methods in me.internalizable.numdrassl.api.messaging with parameters of type ChannelMessageModifier and TypeMethodDescriptionMessagingService.publish(MessageChannel channel, ChannelMessage message) Publish a message to a channel.Method parameters in me.internalizable.numdrassl.api.messaging with type arguments of type ChannelMessageModifier and TypeMethodDescriptionMessagingService.subscribe(MessageChannel channel, MessageHandler<ChannelMessage> handler) Subscribe to messages on a channel.MessagingService.subscribeIncludingSelf(MessageChannel channel, MessageHandler<ChannelMessage> handler) Subscribe to messages on a channel, including messages from the local proxy. -
Uses of ChannelMessage in me.internalizable.numdrassl.api.messaging.handler
Classes in me.internalizable.numdrassl.api.messaging.handler with type parameters of type ChannelMessageModifier and TypeInterfaceDescriptioninterfaceMessageHandler<T extends ChannelMessage>Handler for incoming messages on a subscribed channel. -
Uses of ChannelMessage in me.internalizable.numdrassl.api.messaging.message
Classes in me.internalizable.numdrassl.api.messaging.message that implement ChannelMessageModifier and TypeClassDescriptionfinal recordCluster-wide broadcast message for announcements to all proxies.final recordCross-proxy chat message for delivering messages to players on other proxies.final recordHeartbeat message for proxy health monitoring and discovery.final recordPlayer count update message for synchronizing counts across proxies.final recordPlugin-defined custom message for cross-proxy communication.final recordPlayer transfer coordination message between proxies.