Interface IHttpInteractionHandlerInvoker
- Namespace
- NetCord.Hosting.AspNetCore
- Assembly
- NetCord.Hosting.AspNetCore.dll
public interface IHttpInteractionHandlerInvoker
Methods
InvokeAsync(Interaction)
Invokes the appropriate handler for a parsed HTTP interaction.
ValueTask InvokeAsync(Interaction interaction)
Parameters
interactionInteractionThe parsed interaction to be handled.