public class BaseServiceResolver<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<T> |
factoryClass |
protected String |
factoryKey |
protected org.slf4j.Logger |
log |
Constructor and Description |
---|
BaseServiceResolver(String factoryKey,
Class<T> factoryClass) |
protected final org.slf4j.Logger log
protected final String factoryKey
Apache Camel