Package-level declarations
Types
Link copied to clipboard
interface AnnotatedBlockingEventListenerInterceptor : AnnotatedEventListenerInterceptor, BlockingEventListenerInterceptor
一个应当仅用于 love.forte.simboot.annotation.Interceptor 注解使用的标记性 EventListenerInterceptor 类型, 服务于 Java 等不支持挂起函数的实现方,提供阻塞的 doIntercept 拦截函数以供实现。
Link copied to clipboard
一个应当仅用于 love.forte.simboot.annotation.Interceptor 注解使用的标记性 EventListenerInterceptor 类型。
Link copied to clipboard
阻塞式的 ListenerPreparer 类型。提供于不支持挂起函数的实现方,例如 Java.
Link copied to clipboard
仅保留 ListenerPreparer.prepareInvoke 行为的 ListenerMatchPreparer 实现接口。
Link copied to clipboard
仅保留 ListenerPreparer.prepareMatch 行为的 ListenerMatchPreparer 实现接口。
Link copied to clipboard
interface ListenerPreparer
监听准备。