@FunctionalInterface public interface ServiceFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
newInstance(CamelContext camelContext)
Creates an instance of a service.
|
T newInstance(CamelContext camelContext) throws Exception
ExceptionApache Camel