Interface WildFlyArtifactFactory
-
- All Superinterfaces:
org.jberet.spi.ArtifactFactory
- All Known Implementing Classes:
ArtifactFactoryService
public interface WildFlyArtifactFactory extends org.jberet.spi.ArtifactFactoryArtifactFactory for Jakarta EE runtime environment.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.wildfly.extension.batch.jberet.deployment.ContextHandlecreateContextHandle()Creates a context handle required for setting up the Jakarta Contexts and Dependency Injection context.
-