Table of Contents

Method WithOperation

Namespace
Ratatoskr.AsyncApi.Config
Assembly
Ratatoskr.dll

WithOperation(Action<AsyncApiOperationOptions>)

Customizes the operation generated for this message. Ignored if the channel has a channel-level WithOperation() configured.

public AsyncApiMessageOptions WithOperation(Action<AsyncApiOperationOptions> configure)

Parameters

configure Action<AsyncApiOperationOptions>

Returns

AsyncApiMessageOptions