Interface OperationStepHandlerDescriptor

All Known Subinterfaces:
AddStepHandlerDescriptor, RemoveStepHandlerDescriptor, WriteAttributeStepHandlerDescriptor
All Known Implementing Classes:
ResourceDescriptor

public interface OperationStepHandlerDescriptor
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<org.jboss.as.controller.capability.RuntimeCapability<?>,Predicate<org.jboss.dmr.ModelNode>>
    The capabilities provided by this resource, paired with the condition under which they should be [un]registered
  • Method Details

    • getCapabilities

      default Map<org.jboss.as.controller.capability.RuntimeCapability<?>,Predicate<org.jboss.dmr.ModelNode>> getCapabilities()
      The capabilities provided by this resource, paired with the condition under which they should be [un]registered
      Returns:
      a map of capabilities to predicates