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 TypeMethodDescriptionvoidForestRedisBungee.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 TypeMethodDescriptionvoidForestRedisSpigot.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 TypeMethodDescriptionvoidAsyncRedisMessageReceivedEvent.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