GatewayInterceptor

Gateway Interceptor that checks plugin status before routing requests. This implements the "logic switch over physical removal" pattern.

Constructors

Link copied to clipboard
constructor(pluginManager: UnifiedPluginManager)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun intercept(call: ApplicationCall): Boolean

Intercept the call and check if the target plugin is enabled.