Interface JobConsumer.AsyncHandler
-
- Enclosing interface:
- JobConsumer
public static interface JobConsumer.AsyncHandler
If the consumer decides to process the job asynchronously, this handler interface can be used to notify finished processing. The asynchronous handler can be retried using the property nameJobConsumer.PROPERTY_JOB_ASYNC_HANDLER
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
void
failed()
void
ok()
-