Uses of Interface
org.apache.camel.component.extension.ComponentExtension
-
Packages that use ComponentExtension Package Description org.apache.camel The core Camel API.org.apache.camel.component.extension Component extension -
-
Uses of ComponentExtension in org.apache.camel
Methods in org.apache.camel with type parameters of type ComponentExtension Modifier and Type Method Description default <T extends ComponentExtension>
Optional<T>Component. getExtension(Class<T> extensionType)
Gets the extension of the given type.Methods in org.apache.camel that return types with arguments of type ComponentExtension Modifier and Type Method Description default Collection<Class<? extends ComponentExtension>>
Component. getSupportedExtensions()
Gets a list of supported extensions. -
Uses of ComponentExtension in org.apache.camel.component.extension
Subinterfaces of ComponentExtension in org.apache.camel.component.extension Modifier and Type Interface Description interface
ComponentVerifierExtension
Defines the interface used for validating component/endpoint parameters.interface
MetaDataExtension
Methods in org.apache.camel.component.extension with type parameters of type ComponentExtension Modifier and Type Method Description default <T extends ComponentExtension>
TComponentExtension. unwrap(Class<T> clazz)
Access the underlying concrete ComponentExtension implementation to provide access to further features.
-