@Retention(value=RUNTIME) @Documented @Target(value=TYPE) public @interface UriEndpoint
| Modifier and Type | Required Element and Description |
|---|---|
String |
scheme
Represents the URI scheme name of this endpoint
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
consumerClass
Represents the consumer class which is injected and created by consumers
|
String |
consumerPrefix
The configuration parameter name prefix used on parameter names to separate the endpoint
properties from the consumer properties
|
public abstract String scheme
public abstract Class<?> consumerClass
public abstract String consumerPrefix
Apache Camel