Record Class InteractionHandlers.Impl

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

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