Annotation Interface Blocking


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Blocking
Specifies that the annotated service method must be invoked from the blocking task executor instead of an event loop thread.