Interface AdviceWithTask


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

      • task

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