public interface ComponentExtension
| Modifier and Type | Method and Description |
|---|---|
default <T extends ComponentExtension> |
unwrap(Class<T> clazz)
Access the underlying concrete ComponentExtension implementation to
provide access to further features.
|
default <T extends ComponentExtension> T unwrap(Class<T> clazz)
clazz - the proprietary class or interface of the underlying concrete ComponentExtension.Apache Camel