open method Null safety

  1. @override
Future open(
  1. String? correlationId
)
override

Opens a connection using the parameters resolved by the referenced connection resolver and creates a REST server (service) using the set options and parameters.

  • correlationId (optional) transaction id to trace execution through call chain. Return Future when the opening process is complete. Will be called with an error if one is raised.