Interface RestInterceptor

All Superinterfaces:
org.springframework.web.servlet.HandlerInterceptor

public interface RestInterceptor
extends org.springframework.web.servlet.HandlerInterceptor
This interface allows intercepting HTTP requests to the Lavalink server. Override the methods to add your own logic.
  • Method Summary

    Methods inherited from interface org.springframework.web.servlet.HandlerInterceptor

    afterCompletion, postHandle, preHandle