public static interface BeanEndpointBuilderFactory.BeanBuilders
| Modifier and Type | Method and Description |
|---|---|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
bean(String path)
Bean (camel-bean)
The bean component is for invoking Java beans from Camel.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder bean(String path)
bean:beanName
Path parameter: beanName (required)
Sets the name of the bean to invokeApache Camel