Annotation Type MultiHandler


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface MultiHandler

    Indicates 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