| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
StaticEndpointBuilders.grape(String path)
Grape (camel-grape)
Fetch, load and manage additional jars dynamically after Camel Context
was started.
|
static GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
StaticEndpointBuilders.grape(String componentName,
String path)
Grape (camel-grape)
Fetch, load and manage additional jars dynamically after Camel Context
was started.
|
| Modifier and Type | Method and Description |
|---|---|
default GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
GrapeEndpointBuilderFactory.AdvancedGrapeEndpointBuilder.basic() |
static GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
GrapeEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
GrapeEndpointBuilderFactory.GrapeBuilders.grape(String path)
Grape (camel-grape)
Fetch, load and manage additional jars dynamically after Camel
Context was started.
|
default GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
GrapeEndpointBuilderFactory.GrapeBuilders.grape(String componentName,
String path)
Grape (camel-grape)
Fetch, load and manage additional jars dynamically after Camel
Context was started.
|
default GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
GrapeEndpointBuilderFactory.GrapeEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GrapeEndpointBuilderFactory.GrapeEndpointBuilder |
GrapeEndpointBuilderFactory.GrapeEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel