Annotation Type Status
-
@InterceptorBinding @Retention(RUNTIME) @Target(METHOD) public @interface StatusIn order to support recovery, participants must be able to report their status once the completion part of the protocol starts. Methods annotated with this annotation must be JAX-RS resources and respond to GET requests (ie are annotated with @Path and @GET, respectively). They must report their status using one of the enum names listed inParticipantStatuswhenever an HTTP GET request is made on the method.