invocationId property

  1. @override
String? invocationId
final

The ID of the invocation relating to this message.

This is expected to be present for StreamInvocationMessage and CompletionMessage. It may be null for an InvocationMessage if the sender does not expect a response.

Implementation

@override
final String? invocationId;