Interface AdviceWithTask


public interface AdviceWithTask
Task or command being executed when using the advice with feature.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The task to execute
  • Method Details

    • task

      void task() throws Exception
      The task to execute
      Throws:
      Exception - is thrown if error during executing the task, or invalid input.