Method WithOperation
WithOperation(Action<AsyncApiOperationOptions>)
Configures a channel-level operation, grouping all messages into one operation.
The operationId defaults to the channel name unless overridden with WithId().
public AsyncApiChannelOptions WithOperation(Action<AsyncApiOperationOptions> configure)
Parameters
configureAction<AsyncApiOperationOptions>