Class HttpMethodCallProcessor

All Implemented Interfaces:
DeploymentProcessor, InitializableByConfigBean, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class HttpMethodCallProcessor extends AbstractMainDeploymentProcessor
Processor that does an HTTP method call. A processor instance can be configured with the following YAML properties:
  • url: The URL to call
  • method: The HTTP method
Author:
avasquez