Annotation Type MultiHandler
-
@Retention(RUNTIME) @Target(TYPE) public @interface MultiHandlerIndicates if an handler class (e.g. for extension request/event) handling is a multi-handler. Multi handlers take care of multiple requests instead of one. See extension doc for SFSExtension