public static interface HipchatEndpointBuilderFactory.HipchatBuilders
| Modifier and Type | Method and Description |
|---|---|
default HipchatEndpointBuilderFactory.HipchatEndpointBuilder |
hipchat(String path)
Hipchat (camel-hipchat)
Send and receive messages to/from Hipchat service.
|
default HipchatEndpointBuilderFactory.HipchatEndpointBuilder |
hipchat(String componentName,
String path)
Hipchat (camel-hipchat)
Send and receive messages to/from Hipchat service.
|
default 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: 80path - protocol:host:portdefault HipchatEndpointBuilderFactory.HipchatEndpointBuilder hipchat(String componentName, 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: 80componentName - to use a custom component name for the endpoint
instead of the default namepath - protocol:host:portApache Camel