Uses of Interface
org.wildfly.subsystem.resource.executor.RuntimeOperation
Packages that use RuntimeOperation
-
Uses of RuntimeOperation in org.wildfly.subsystem.resource.executor
Methods in org.wildfly.subsystem.resource.executor with parameters of type RuntimeOperationModifier and TypeMethodDescriptionorg.jboss.dmr.ModelNodeRuntimeOperationExecutor.execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, RuntimeOperation<C> executable) Executes the specified executable against the specified operation context.Constructors in org.wildfly.subsystem.resource.executor with parameters of type RuntimeOperationModifierConstructorDescriptionRuntimeOperationFunction(org.jboss.as.controller.ExpressionResolver resolver, org.jboss.dmr.ModelNode operation, Function<T, V> mapper, RuntimeOperation<V> executable) Creates a functional view of the specified metric using the specified mapping function.Constructor parameters in org.wildfly.subsystem.resource.executor with type arguments of type RuntimeOperationModifierConstructorDescriptionRuntimeOperationStepHandler(RuntimeOperationExecutor<C> executor, Iterable<? extends RuntimeOperation<C>> operations)