Record Class TextHandlers.Impl

java.lang.Object
java.lang.Record
dev.sympho.modular_commands.api.command.handler.TextHandlers.Impl
Record Components:
invocation - The invocation handler to use.
result - The result handlers to use.
All Implemented Interfaces:
Handlers, InteractionHandlers, MessageHandlers, SlashHandlers, TextHandlers
Enclosing interface:
TextHandlers

public static record TextHandlers.Impl(InvocationHandler<CommandContext> invocation, List<? extends ResultHandler<CommandContext>> result) extends Record implements TextHandlers
A record-based implementation.
Since:
1.0