public interface ArtifactFactory
<camunda:taskListener class="org.mypackage.MyListener".../> or <serviceTask camunda:class=""org.mypackage.MyJavaDelegate".. />The default implementation uses Class.newInstance to create artifacts. The CDI specific version utilizes the BeanManager to resolve the Contextual Instances.
Modifier and Type | Method and Description |
---|---|
<T> T |
getArtifact(Class<T> clazz) |
<T> T getArtifact(Class<T> clazz)
clazz
- of the artifact to createCopyright © 2022. All rights reserved.