Class HttpNotificationWorkflowOperationHandler

java.lang.Object
org.opencastproject.workflow.api.AbstractWorkflowOperationHandler
org.opencastproject.workflow.handler.notification.HttpNotificationWorkflowOperationHandler
All Implemented Interfaces:
WorkflowOperationHandler

public class HttpNotificationWorkflowOperationHandler extends AbstractWorkflowOperationHandler
Workflow operation handler that will send HTTP POST or PUT requests to a specified address.

The request can contain a message type and a message body and automatically includes the workflow instance id. Should the notification fail, a retry strategy is implemented.

Requests will be send using the POST method by default, PUT is a supported alternative method.