All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dev.arbjerg.lavalink.api.RestInterceptor.kt Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy