Annotation Type Blocking


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