public class DefaultEndpointRegistry extends AbstractDynamicRegistry<EndpointKey,org.apache.camel.Endpoint> implements org.apache.camel.spi.EndpointRegistry<EndpointKey>
EndpointRegistryAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>context, dynamicMap, maxCacheSize, routeController, staticMap| Constructor and Description |
|---|
DefaultEndpointRegistry(org.apache.camel.CamelContext context) |
DefaultEndpointRegistry(org.apache.camel.CamelContext context,
Map<EndpointKey,org.apache.camel.Endpoint> endpoints) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDynamic(String key) |
boolean |
isStatic(String key) |
String |
toString() |
cleanUp, clear, containsKey, containsValue, dynamicSize, entrySet, get, getMaximumCacheSize, isDynamic, isEmpty, isStatic, purge, put, remove, size, start, staticSize, stopfinalize, getClass, notify, notifyAll, wait, wait, waitcleanUp, dynamicSize, getMaximumCacheSize, purge, staticSizeclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic DefaultEndpointRegistry(org.apache.camel.CamelContext context)
public DefaultEndpointRegistry(org.apache.camel.CamelContext context,
Map<EndpointKey,org.apache.camel.Endpoint> endpoints)
public boolean isStatic(String key)
isStatic in interface org.apache.camel.spi.EndpointRegistry<EndpointKey>public boolean isDynamic(String key)
isDynamic in interface org.apache.camel.spi.EndpointRegistry<EndpointKey>public String toString()
toString in class AbstractDynamicRegistry<EndpointKey,org.apache.camel.Endpoint>Apache Camel