@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface HipchatEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HipchatEndpointBuilderFactory.AdvancedHipchatEndpointBuilder
Advanced builder for endpoint for the Hipchat component.
|
static interface |
HipchatEndpointBuilderFactory.AdvancedHipchatEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Hipchat component.
|
static interface |
HipchatEndpointBuilderFactory.AdvancedHipchatEndpointProducerBuilder
Advanced builder for endpoint producers for the Hipchat component.
|
static interface |
HipchatEndpointBuilderFactory.HipchatBuilders |
static interface |
HipchatEndpointBuilderFactory.HipchatEndpointBuilder
Builder for endpoint for the Hipchat component.
|
static interface |
HipchatEndpointBuilderFactory.HipchatEndpointConsumerBuilder
Builder for endpoint consumers for the Hipchat component.
|
static interface |
HipchatEndpointBuilderFactory.HipchatEndpointProducerBuilder
Builder for endpoint producers for the Hipchat component.
|
| Modifier and Type | Method and Description |
|---|---|
static HipchatEndpointBuilderFactory.HipchatEndpointBuilder |
hipchat(String path)
Hipchat (camel-hipchat)
The hipchat component supports producing and consuming messages from/to
Hipchat service.
|
static HipchatEndpointBuilderFactory.HipchatEndpointBuilder hipchat(String path)
hipchat:protocol:host:port
Path parameter: protocol (required)
The protocol for the hipchat server, such as http.
Path parameter: host (required)
The host for the hipchat server, such as api.hipchat.com
Path parameter: port
The port for the hipchat server. Is by default 80.
Default value: 80Apache Camel