Interface OperationStepHandlerDescriptor
- All Known Subinterfaces:
AddStepHandlerDescriptor,RemoveStepHandlerDescriptor,WriteAttributeStepHandlerDescriptor
- All Known Implementing Classes:
ResourceDescriptor
public interface OperationStepHandlerDescriptor
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault Map<Capability,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
The capabilities provided by this resource, paired with the condition under which they should be [un]registered- Returns:
- a map of capabilities to predicates
-