Class InsightsJobs
java.lang.Object
com.avoka.fc.core.service.insights.InsightsJobs
com.avoka.fc.core.service.insights.InsightsJobs
A static convenience API that consumes InsightsEventPublisher
to publish Collab Job status events to Insights
- Since:
- 18.11.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
publishStatus
(Job job) Convenience method for sending the current status of a Job to Insightsstatic boolean
publishStatus
(JobAction jobAction) Convenience method for sending the current status of a JobAction b to Insightsstatic boolean
publishStatus
(JobStep jobStep) Convenience method for sending the current status of a JobStep to Insights
-
Constructor Details
-
InsightsJobs
public InsightsJobs()
-
-
Method Details
-
publishStatus
Convenience method for sending the current status of a Job to Insights- Parameters:
job
-- Returns:
-
publishStatus
Convenience method for sending the current status of a JobStep to Insights- Parameters:
jobStep
-- Returns:
-
publishStatus
Convenience method for sending the current status of a JobAction b to Insights- Parameters:
jobAction
-- Returns:
-