Uses of Class
org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver
-
Packages that use WildFlyJobXmlResolver Package Description org.wildfly.extension.batch.jberet.deployment -
-
Uses of WildFlyJobXmlResolver in org.wildfly.extension.batch.jberet.deployment
Fields in org.wildfly.extension.batch.jberet.deployment with type parameters of type WildFlyJobXmlResolver Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<WildFlyJobXmlResolver>BatchAttachments. JOB_XML_RESOLVERThe attachment key for the job XML resolver.Methods in org.wildfly.extension.batch.jberet.deployment that return WildFlyJobXmlResolver Modifier and Type Method Description static WildFlyJobXmlResolverWildFlyJobXmlResolver. forDeployment(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)Creates the resolver for the deployment inheriting any visible resolvers and job XML files from dependencies.Constructors in org.wildfly.extension.batch.jberet.deployment with parameters of type WildFlyJobXmlResolver Constructor Description JobOperatorService(Consumer<jakarta.batch.operations.JobOperator> jobOperatorConsumer, Supplier<BatchConfiguration> batchConfigurationSupplier, Supplier<SecurityAwareBatchEnvironment> batchEnvironmentSupplier, Supplier<ExecutorService> executorSupplier, Supplier<org.jboss.as.server.suspend.SuspendController> suspendControllerSupplier, Supplier<org.jboss.as.controller.ProcessStateNotifier> processStateSupplier, Boolean restartJobsOnResume, String deploymentName, WildFlyJobXmlResolver resolver)
-