Package net.ognetwork.ogcore.api.pubsubs
Class ChatPubSub
java.lang.Object
redis.clients.jedis.JedisPubSub
net.ognetwork.ogcore.api.pubsubs.ChatPubSub
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
run()
static void
sendPlayerMessage
(UUID playerUuid, String message) static void
sendPlayersMessage
(List<UUID> playerUuids, String message) static void
sendPlayersMessage
(UUID[] playerUuids, String message) Methods inherited from class redis.clients.jedis.JedisPubSub
getSubscribedChannels, isSubscribed, onPMessage, onPong, onPSubscribe, onPUnsubscribe, onSubscribe, onUnsubscribe, ping, ping, proceed, proceedWithPatterns, psubscribe, punsubscribe, punsubscribe, subscribe, unsubscribe, unsubscribe
-
Field Details
-
CHANNEL_KEY
- See Also:
-
-
Constructor Details
-
ChatPubSub
public ChatPubSub()
-
-
Method Details