- All Implemented Interfaces:
- org.apache.camel.EndpointAware, org.apache.camel.IsSingleton, org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService
public class CreateIssueProducer
extends AbstractGitHubProducer
Producer endpoint that creates an issue. The endpoint requires the "GitHubIssueTitle" header,
which sets the GitHub issue title. The issue body content is set from the exchange message body.