Annotation Interface ReceiveHandler


@Target(METHOD) @Retention(RUNTIME) public @interface ReceiveHandler
An annotation marking a method as one that is responsible to return a ReceiveOperationHandler to be used with a polling container.
Author:
kimchy