Interface EndpointConsumerResolver


public interface EndpointConsumerResolver
Implemented by objects that can be resolved to a consumer-facing Endpoint.

The DSL and annotation processor call resolve(CamelContext) to obtain a concrete Endpoint when an object used in a from() clause is not itself an endpoint URI string. This allows richer types (for example, enum constants or wrapper objects) to be used as route input descriptors without requiring string parsing.

Since:
3.1
See Also: