Uses of Class
org.gcube.event.publisher.EventStatus
-
Uses of EventStatus in org.gcube.event.publisher
Methods in org.gcube.event.publisher that return EventStatusModifier and TypeMethodDescriptionChecks for the workflow results status.static EventStatusEventStatus.COMPLETED(String instanceId, org.json.simple.JSONObject input, org.json.simple.JSONObject output) static EventStatusEventStatus.FAILED(String instanceId, org.json.simple.JSONObject input, org.json.simple.JSONObject output) static EventStatusConductorResultsParser.parseResults(String uuid, org.json.simple.JSONObject results) ResultsParser.parseResults(String uuid, org.json.simple.JSONObject results) static EventStatusAbstractEventPublisher.publishAndCheck(Event event) AbstractEventPublisher.publishAndCheck(Event event, int delayMS) EventPublisher.publishAndCheck(Event event) Publish an event and immediately checks for the results status.EventPublisher.publishAndCheck(Event event, int delayMS) Publish an event and checks for the results status after a delay.AbstractEventPublisher.refresh(EventStatus eventStatus) EventPublisher.refresh(EventStatus eventStatus) Refreshes an event status by checking for the status of the workflow execution represented by thegetInstanceId()string.static EventStatusstatic EventStatusEventStatus.TERMINATED(String instanceId, org.json.simple.JSONObject input, org.json.simple.JSONObject output) static EventStatusMethods in org.gcube.event.publisher with parameters of type EventStatusModifier and TypeMethodDescriptionAbstractEventPublisher.refresh(EventStatus eventStatus) EventPublisher.refresh(EventStatus eventStatus) Refreshes an event status by checking for the status of the workflow execution represented by thegetInstanceId()string.