public static interface HipchatEndpointBuilderFactory.HipchatBuilders
| Modifier and Type | Method and Description |
|---|---|
default HipchatEndpointBuilderFactory.HipchatEndpointBuilder |
hipchat(String path)
Hipchat (camel-hipchat)
The hipchat component supports producing and consuming messages
from/to 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: 80Apache Camel