Uses of Interface
org.wildfly.extension.batch.jberet.deployment.WildFlyArtifactFactory
-
Packages that use WildFlyArtifactFactory Package Description org.wildfly.extension.batch.jberet.deployment -
-
Uses of WildFlyArtifactFactory in org.wildfly.extension.batch.jberet.deployment
Classes in org.wildfly.extension.batch.jberet.deployment that implement WildFlyArtifactFactory Modifier and Type Class Description classArtifactFactoryServiceArtifactFactory for Jakarta EE runtime environment.Constructor parameters in org.wildfly.extension.batch.jberet.deployment with type arguments of type WildFlyArtifactFactory Constructor Description BatchEnvironmentService(Consumer<SecurityAwareBatchEnvironment> batchEnvironmentConsumer, Supplier<WildFlyArtifactFactory> artifactFactorySupplier, Supplier<org.jberet.spi.JobExecutor> jobExecutorSupplier, Supplier<org.wildfly.extension.requestcontroller.RequestController> requestControllerSupplier, Supplier<org.jberet.repository.JobRepository> jobRepositorySupplier, Supplier<BatchConfiguration> batchConfigurationSupplier, ClassLoader classLoader, org.jberet.spi.JobXmlResolver jobXmlResolver, String deploymentName, NamespaceContextSelector namespaceContextSelector)
-