| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static BlobEndpointBuilderFactory.BlobType |
BlobEndpointBuilderFactory.BlobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobEndpointBuilderFactory.BlobType[] |
BlobEndpointBuilderFactory.BlobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default BlobEndpointBuilderFactory.BlobEndpointConsumerBuilder |
BlobEndpointBuilderFactory.BlobEndpointConsumerBuilder.blobType(BlobEndpointBuilderFactory.BlobType blobType)
The blob type in order to initiate the appropriate settings for each
blob type.
|
default BlobEndpointBuilderFactory.BlobEndpointProducerBuilder |
BlobEndpointBuilderFactory.BlobEndpointProducerBuilder.blobType(BlobEndpointBuilderFactory.BlobType blobType)
The blob type in order to initiate the appropriate settings for each
blob type.
|
default BlobEndpointBuilderFactory.BlobEndpointBuilder |
BlobEndpointBuilderFactory.BlobEndpointBuilder.blobType(BlobEndpointBuilderFactory.BlobType blobType)
The blob type in order to initiate the appropriate settings for each
blob type.
|
Apache Camel