Uses of Interface
org.wildfly.extension.batch.jberet.deployment.WildFlyArtifactFactory
Packages that use WildFlyArtifactFactory
-
Uses of WildFlyArtifactFactory in org.wildfly.extension.batch.jberet.deployment
Classes in org.wildfly.extension.batch.jberet.deployment that implement WildFlyArtifactFactoryModifier and TypeClassDescriptionclassArtifactFactory for Jakarta EE runtime environment.Constructor parameters in org.wildfly.extension.batch.jberet.deployment with type arguments of type WildFlyArtifactFactoryModifierConstructorDescriptionBatchEnvironmentService(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)