logPartyActivity abstract method

Future<PartyActivityV1?> logPartyActivity(
  1. String? correlationId,
  2. PartyActivityV1 activity
)

Logs party activity.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • activity an activity to be logged. Return (optional) Future that receives logged activity or error.

Implementation

Future<PartyActivityV1?> logPartyActivity(
    String? correlationId, PartyActivityV1 activity);