public final class EndpointKey extends org.apache.camel.ValueHolder<String>
DefaultEndpointRegistry in DefaultCamelContext,
to ensure a consistent lookup.| Constructor and Description |
|---|
EndpointKey(String uri) |
EndpointKey(String uri,
boolean normalized)
Optimized when the uri is already normalized.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
public EndpointKey(String uri)
public EndpointKey(String uri, boolean normalized)
Apache Camel