Interface FlowInvocationMetric<EVENT>


public interface FlowInvocationMetric<EVENT>
Author:
Ikasan Development Team
  • Method Details

    • getModuleName

      String getModuleName()
      Get the module name
      Returns:
    • setModuleName

      void setModuleName(String moduleName)
      Set the module name
      Parameters:
      moduleName -
    • getFlowName

      String getFlowName()
      Get the flow name
      Returns:
    • setFlowName

      void setFlowName(String flowName)
      Set the flow name
      Parameters:
      flowName -
    • getInvocationStartTime

      long getInvocationStartTime()
      Get the flow invocation start time
      Returns:
    • setInvocationStartTime

      void setInvocationStartTime(long invocationStartTime)
      Set the flow invocation start time.
      Parameters:
      invocationStartTime -
    • getInvocationEndTime

      long getInvocationEndTime()
      Get the flow invocation end time
      Returns:
    • setInvocationEndTime

      void setInvocationEndTime(long invocationEndTime)
      Set the flow invocation end time
      Parameters:
      invocationEndTime -
    • getFinalAction

      String getFinalAction()
      Get the final action.
      Returns:
    • setFinalAction

      void setFinalAction(String finalAction)
      Set the final action.
      Parameters:
      finalAction -
    • getFlowInvocationEvents

      Set<EVENT> getFlowInvocationEvents()
      Get the flow invocation events
      Returns:
    • setFlowInvocationEvents

      void setFlowInvocationEvents(Set<EVENT> events)
      Set the flow invocation events.
      Parameters:
      events -
    • getHarvested

      Boolean getHarvested()
      Get the harvested flag.
      Returns:
    • setHarvested

      void setHarvested(Boolean harvested)
      Set the harvested flag.
      Parameters:
      harvested -
    • getHarvestedDateTime

      long getHarvestedDateTime()
      Get the harvested flag.
      Returns:
    • setHarvestedDateTime

      void setHarvestedDateTime(long harvested)
      Set the harvested flag.
      Parameters:
      harvested -
    • getExpiry

      long getExpiry()
      Get the metric expiry.
      Returns:
    • setExpiry

      void setExpiry(long expiry)
      Set the metric expiry.
      Parameters:
      expiry -
    • getErrorUri

      String getErrorUri()
      Get the error URI.
      Returns:
    • setErrorUri

      void setErrorUri(String errorUri)
      Set the error URI.
      Parameters:
      errorUri -