public interface FlowInvocationMetric<EVENT>
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorUri()
Get the error URI.
|
long |
getExpiry()
Get the metric expiry.
|
String |
getFinalAction()
Get the final action.
|
Set<EVENT> |
getFlowInvocationEvents()
Get the flow invocation events
|
String |
getFlowName()
Get the flow name
|
Boolean |
getHarvested()
Get the harvested flag.
|
long |
getHarvestedDateTime()
Get the harvested flag.
|
long |
getInvocationEndTime()
Get the flow invocation end time
|
long |
getInvocationStartTime()
Get the flow invocation start time
|
String |
getModuleName()
Get the module name
|
void |
setErrorUri(String errorUri)
Set the error URI.
|
void |
setExpiry(long expiry)
Set the metric expiry.
|
void |
setFinalAction(String finalAction)
Set the final action.
|
void |
setFlowInvocationEvents(Set<EVENT> events)
Set the flow invocation events.
|
void |
setFlowName(String flowName)
Set the flow name
|
void |
setHarvested(Boolean harvested)
Set the harvested flag.
|
void |
setHarvestedDateTime(long harvested)
Set the harvested flag.
|
void |
setInvocationEndTime(long invocationEndTime)
Set the flow invocation end time
|
void |
setInvocationStartTime(long invocationStartTime)
Set the flow invocation start time.
|
void |
setModuleName(String moduleName)
Set the module name
|
String getModuleName()
void setModuleName(String moduleName)
moduleName - String getFlowName()
void setFlowName(String flowName)
flowName - long getInvocationStartTime()
void setInvocationStartTime(long invocationStartTime)
invocationStartTime - long getInvocationEndTime()
void setInvocationEndTime(long invocationEndTime)
invocationEndTime - String getFinalAction()
void setFinalAction(String finalAction)
finalAction - Set<EVENT> getFlowInvocationEvents()
void setFlowInvocationEvents(Set<EVENT> events)
events - Boolean getHarvested()
void setHarvested(Boolean harvested)
harvested - long getHarvestedDateTime()
void setHarvestedDateTime(long harvested)
harvested - long getExpiry()
void setExpiry(long expiry)
expiry - String getErrorUri()
void setErrorUri(String errorUri)
errorUri - Copyright © 2007–2020 Ikasan. All rights reserved.