Table of Contents

Method WithOperation

Namespace
Ratatoskr.AsyncApi.Config
Assembly
Ratatoskr.dll

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

configure Action<AsyncApiOperationOptions>

Returns

AsyncApiChannelOptions