AnnotationEventInterceptorFactory
用于 love.forte.simbot.quantcat.annotations.Interceptor 中的拦截器工厂。
Author
ForteScarlet
Inheritors
Types
Link copied to clipboard
interface Context
Context of AnnotationEventInterceptorFactory.create.
Link copied to clipboard
拦截器工厂的响应结果。包含一个拦截器实例 interceptor 以及用于注册的配置器 configuration。 可以通过 build 快速构建。
Functions
Link copied to clipboard
abstract fun create(context: AnnotationEventInterceptorFactory.Context): AnnotationEventInterceptorFactory.Result?
得到一个 Result。