public static interface BonitaEndpointBuilderFactory.BonitaBuilders
| Modifier and Type | Method and Description |
|---|---|
default BonitaEndpointBuilderFactory.BonitaEndpointBuilder |
bonita(String path)
Bonita (camel-bonita)
Communicate with a remote Bonita BPM process engine.
|
default BonitaEndpointBuilderFactory.BonitaEndpointBuilder |
bonita(String componentName,
String path)
Bonita (camel-bonita)
Communicate with a remote Bonita BPM process engine.
|
default BonitaEndpointBuilderFactory.BonitaEndpointBuilder bonita(String path)
bonita:operation
Path parameter: operation (required)
Operation to use
There are 1 enums and the value can be one of: startCasepath - operationdefault BonitaEndpointBuilderFactory.BonitaEndpointBuilder bonita(String componentName, String path)
bonita:operation
Path parameter: operation (required)
Operation to use
There are 1 enums and the value can be one of: startCasecomponentName - to use a custom component name for the endpoint
instead of the default namepath - operationApache Camel