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 name JobConsumer.PROPERTY_JOB_ASYNC_HANDLER.
    • Method Detail

      • failed

        void failed()
      • ok

        void ok()
      • cancel

        void cancel()