Interface OperationResultTransformer

All Known Implementing Classes:
AbstractOperationTransformer, OperationTransformer.TransformedOperation
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OperationResultTransformer
Transformer for the operation response. Despite the name of this interface, the transformation is applied to the entire response node, not just any result field in that node.
Author:
Emanuel Muckenhuber
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    transformResult(org.jboss.dmr.ModelNode response)
    Transform the operation result.
  • Field Details

  • Method Details

    • transformResult

      org.jboss.dmr.ModelNode transformResult(org.jboss.dmr.ModelNode response)
      Transform the operation result.
      Parameters:
      response - the operation response, including any outcome
      Returns:
      the transformed response