Class FlowResponseEnvelope


  • public class FlowResponseEnvelope
    extends com.qivos.util.rest.common.envelope.APIResponseEnvelope<FlowResponsePayload>
    API response envelope specifically for flow responses.

    This class wraps a FlowResponsePayload inside a standardized APIResponseEnvelope to provide a consistent response format for flow-related operations.

    Typical usage includes HTTP responses where the body contains flow data (e.g., metadata, configuration, execution status) wrapped in this envelope.

    See Also:
    FlowResponsePayload, APIResponseEnvelope
    • Constructor Detail

      • FlowResponseEnvelope

        public FlowResponseEnvelope​(FlowResponsePayload payload)
        Constructs a new FlowResponseEnvelope with the given payload.
        Parameters:
        payload - the flow response payload to include in the envelope