Interface AsteriskEndpointBuilderFactory.AsteriskEndpointConsumerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
AsteriskEndpointBuilderFactory.AsteriskEndpointBuilder
- Enclosing interface:
AsteriskEndpointBuilderFactory
public static interface AsteriskEndpointBuilderFactory.AsteriskEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Asterisk component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()The hostname of the asterisk server.Login password.Login username.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
-
Method Details
-
advanced
-
hostname
The hostname of the asterisk server. The option is a: <code>java.lang.String</code> type. Required: true Group: common- Parameters:
hostname- the value to set- Returns:
- the dsl builder
-
password
Login password. The option is a: <code>java.lang.String</code> type. Required: true Group: common- Parameters:
password- the value to set- Returns:
- the dsl builder
-
username
Login username. The option is a: <code>java.lang.String</code> type. Required: true Group: common- Parameters:
username- the value to set- Returns:
- the dsl builder
-