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 Type
    Method
    Description
    Returns the descriptor of this OperationStepHandler
  • Method Details

    • getDescriptor

      D getDescriptor()
      Returns the descriptor of this OperationStepHandler
      Returns:
      the descriptor of this OperationStepHandler