open abstract method

Future open(
  1. String? correlationId
)
inherited

Opens the component.

  • correlationId (optional) transaction id to trace execution through call chain. Return Future that receives error or null no errors occured.

Implementation

Future open(String? correlationId);