Table of Contents

Method AddCommandConsumeChannel

Namespace
Ratatoskr
Assembly
Ratatoskr.dll

AddCommandConsumeChannel(string, Action<ConsumeChannelBuilder>)

public RatatoskrBuilder AddCommandConsumeChannel(string channelName, Action<ConsumeChannelBuilder> configure)

Parameters

channelName string
configure Action<ConsumeChannelBuilder>

Returns

RatatoskrBuilder