Uses of Class
org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver
Packages that use WildFlyJobXmlResolver
-
Uses of WildFlyJobXmlResolver in org.wildfly.extension.batch.jberet.deployment
Fields in org.wildfly.extension.batch.jberet.deployment with type parameters of type WildFlyJobXmlResolverModifier and TypeFieldDescriptionstatic final 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 WildFlyJobXmlResolverModifier and TypeMethodDescriptionstatic 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 WildFlyJobXmlResolverModifierConstructorDescriptionJobOperatorService(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)