Package org.apache.batchee.camel
Class CamelLocator
- java.lang.Object
-
- org.apache.batchee.camel.CamelLocator
-
- All Implemented Interfaces:
BeanLocator
public class CamelLocator extends Object implements BeanLocator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.batchee.extras.locator.BeanLocator
BeanLocator.Finder, BeanLocator.LocatorInstance<T>
-
-
Constructor Summary
Constructors Constructor Description CamelLocator(String templateLocator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> BeanLocator.LocatorInstance<T>
newInstance(Class<T> expected, String batchId)
-
-
-
Constructor Detail
-
CamelLocator
public CamelLocator(String templateLocator)
-
-
Method Detail
-
newInstance
public <T> BeanLocator.LocatorInstance<T> newInstance(Class<T> expected, String batchId)
- Specified by:
newInstance
in interfaceBeanLocator
-
-