main.dev.arbjerg.lavalink.api.RestInterceptor.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-api Show documentation
Show all versions of plugin-api Show documentation
API for Lavalink plugin development
The newest version!
package dev.arbjerg.lavalink.api
import org.springframework.web.servlet.HandlerInterceptor
/**
* This interface allows intercepting HTTP requests to the Lavalink server. Override the methods to add your own logic.
*/
interface RestInterceptor : HandlerInterceptor