Table of Contents

Method WithAsyncApi

Namespace
Ratatoskr.AsyncApi.Extensions
Assembly
Ratatoskr.dll

WithAsyncApi(PublishChannelBuilder, Action<AsyncApiChannelOptions>)

public static PublishChannelBuilder WithAsyncApi(this PublishChannelBuilder builder, Action<AsyncApiChannelOptions> configure)

Parameters

builder PublishChannelBuilder
configure Action<AsyncApiChannelOptions>

Returns

PublishChannelBuilder

WithAsyncApi(ConsumeChannelBuilder, Action<AsyncApiChannelOptions>)

public static ConsumeChannelBuilder WithAsyncApi(this ConsumeChannelBuilder builder, Action<AsyncApiChannelOptions> configure)

Parameters

builder ConsumeChannelBuilder
configure Action<AsyncApiChannelOptions>

Returns

ConsumeChannelBuilder