Interface FlowMonitor<NOTIFICATION>

  • All Superinterfaces:
    Monitor<NOTIFICATION>

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

      • setFlowName

        void setFlowName​(java.lang.String flowName)
        Set the flow name of this monitor
        Parameters:
        flowName -
      • getFlowName

        java.lang.String getFlowName()
        Get the flow name of this monitor
        Returns: