Interface DescribedOperationStepHandler<D extends OperationStepHandlerDescriptor>
- Type Parameters:
D- the descriptor type
- All Known Implementing Classes:
AddResourceOperationStepHandler
public interface DescribedOperationStepHandler<D extends OperationStepHandlerDescriptor>
Exposes the descriptor of a described
OperationStepHandler- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the descriptor of thisOperationStepHandler
-
Method Details
-
getDescriptor
D getDescriptor()Returns the descriptor of thisOperationStepHandler- Returns:
- the descriptor of this
OperationStepHandler
-