Interface OperationStepHandlerDescriptor
-
- All Known Subinterfaces:
AddStepHandlerDescriptor,RemoveStepHandlerDescriptor,WriteAttributeStepHandlerDescriptor
- All Known Implementing Classes:
ResourceDescriptor
public interface OperationStepHandlerDescriptor- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<Capability,Predicate<org.jboss.dmr.ModelNode>>getCapabilities()The capabilities provided by this resource, paired with the condition under which they should be [un]registered
-
-
-
Method Detail
-
getCapabilities
default Map<Capability,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
-
-