Interface JobMonitor<NOTIFICATION>

  • All Superinterfaces:
    Monitor<NOTIFICATION>

    public interface JobMonitor<NOTIFICATION>
    extends Monitor<NOTIFICATION>
    Job monitor contract for the subject notification to the monitor
    Author:
    Ikasan Development Team
    • Method Detail

      • setJobName

        void setJobName​(java.lang.String jobName)
        Set the job name of this monitor
        Parameters:
        jobName -
      • getJobName

        java.lang.String getJobName()
        Get the job name of this monitor
        Returns: