Uses of Interface
dev.sympho.bot_utils.event.reply.ReplyManager
Packages that use ReplyManager
Package
Description
Interfaces for handling user-triggered events in a generalized manner.
Interface that bridges reply management on different commant types.
-
Uses of ReplyManager in dev.sympho.bot_utils.event
Methods in dev.sympho.bot_utils.event that return ReplyManagerModifier and TypeMethodDescriptionAbstractRepliableContext.replies()RepliableContext.replies()Retrieves the initial reply manager for this instance.Constructors in dev.sympho.bot_utils.event with parameters of type ReplyManagerModifierConstructorDescriptionprotectedAbstractRepliableContext(E event, AccessManager accessManager, ReplyManager replyManager) Creates a new instance. -
Uses of ReplyManager in dev.sympho.bot_utils.event.reply
Classes in dev.sympho.bot_utils.event.reply that implement ReplyManagerModifier and TypeClassDescriptionclassReply manager for interaction-based commands.classReply manager for message-based commands.Methods in dev.sympho.bot_utils.event.reply that return ReplyManagerModifier and TypeMethodDescriptionprotected ReplyManagerInteractionReplyManager.doDetach()MessageReplyManager.doDetach()ReplyMono.manager()The backing reply manager.Methods in dev.sympho.bot_utils.event.reply that return types with arguments of type ReplyManagerModifier and TypeMethodDescriptionInteractionReplyManager.detach()ReplyManager.detach()Obtains a detached copy of this manager, where the existing reply chain is the same, but new replies are sent independently.Methods in dev.sympho.bot_utils.event.reply with parameters of type ReplyManagerModifier and TypeMethodDescriptionstatic ReplyMonoReplyMono.of(ReplyManager manager) Construct a new immutableReplyMonoinstance.final ReplyMonoReplyMono.withManager(ReplyManager value) Copy the current immutable object by setting a value for themanagerattribute.