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
    • Method Detail

      • 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