Uses of Class
cz.foresttech.forestredis.shared.models.MessageTransferObject
Packages that use MessageTransferObject
Package
Description
-
Uses of MessageTransferObject in cz.foresttech.forestredis.bungee
Methods in cz.foresttech.forestredis.bungee with parameters of type MessageTransferObjectModifier and TypeMethodDescriptionvoid
ForestRedisBungee.onMessageReceived
(String channel, MessageTransferObject messageTransferObject) -
Uses of MessageTransferObject in cz.foresttech.forestredis.bungee.events
Constructors in cz.foresttech.forestredis.bungee.events with parameters of type MessageTransferObjectModifierConstructorDescriptionRedisMessageReceivedEvent
(String channel, MessageTransferObject messageTransferObject) Constructs the instance of the Event -
Uses of MessageTransferObject in cz.foresttech.forestredis.spigot
Methods in cz.foresttech.forestredis.spigot with parameters of type MessageTransferObjectModifier and TypeMethodDescriptionvoid
ForestRedisSpigot.onMessageReceived
(String channel, MessageTransferObject messageTransferObject) -
Uses of MessageTransferObject in cz.foresttech.forestredis.spigot.events
Methods in cz.foresttech.forestredis.spigot.events that return MessageTransferObjectMethods in cz.foresttech.forestredis.spigot.events with parameters of type MessageTransferObjectModifier and TypeMethodDescriptionvoid
AsyncRedisMessageReceivedEvent.setMessageTransferObject
(MessageTransferObject messageTransferObject) Constructors in cz.foresttech.forestredis.spigot.events with parameters of type MessageTransferObjectModifierConstructorDescriptionAsyncRedisMessageReceivedEvent
(String channel, MessageTransferObject messageTransferObject) Constructs the instance of the EventRedisMessageReceivedEvent
(String channel, MessageTransferObject messageTransferObject) Constructs the instance of the Event