Annotation Type NoBlock


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface NoBlock
    Declare that either an entire plugin, or a specific method doesn't block. Can be overridden within a method with the pluginMethodBlocking method on CorrelatorPlugin.