consume abstract method

Future<Uint8List> consume(
  1. Context ctx,
  2. String urn,
  3. Execution exec,
  4. Uint8List inbound,
)

Consume the input payload. urn Actual uniform resource Domain Name. execution Service reference. inbound Input arguments. Output payload

Implementation

Future<Uint8List> consume(
    Context ctx, String urn, Execution exec, Uint8List inbound);