Interface InterruptAware

All Known Implementing Classes:
WaitStep

public interface InterruptAware
Component that should be notified upon workflow cancellation (including JVM shutdown) or pause
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Perform necessary operations to immediately wrap up execution before cancellation or pause
  • Method Details

    • interrupt

      default void interrupt()
      Perform necessary operations to immediately wrap up execution before cancellation or pause