Table of Contents

Interface IChannelProvider

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public interface IChannelProvider

Methods

GetChannel(bool)

IChannel GetChannel(bool confirmSelect = false)

Parameters

confirmSelect bool

Returns

IChannel

GetChannelAsync(CancellationToken, bool)

Task<IChannel> GetChannelAsync(CancellationToken cancellationToken, bool confirmSelect = false)

Parameters

cancellationToken CancellationToken
confirmSelect bool

Returns

Task<IChannel>

Reset()

void Reset()