SimbotSpringBootInterceptorsAutoConfigure

自动扫描并注册所有的全局拦截器的spring boot starter配置类。

Author

ForteScarlet

Constructors

Functions

Link copied to clipboard
@Bean
fun interceptorAutoConfigure(@Autowired(required = false) eventProcessingInterceptors: Map<String, EventProcessingInterceptor>? = null, @Autowired(required = false) eventListenerInterceptors: Map<String, EventListenerInterceptor>? = null): SimbotSpringBootApplicationBuildConfigure