Table of Contents

Interface IPublisherCallbackChannelFactory

Namespace
Steeltoe.Messaging.RabbitMQ.Connection
Assembly
Steeltoe.Messaging.RabbitMQ.dll

Factory for creating publisher callbacks

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IPublisherCallbackChannelFactory

Methods

CreateChannel(IModel)

Create a publisher callback for the given channel

IPublisherCallbackChannel CreateChannel(IModel channel)

Parameters

channel IModel

the channel

Returns

IPublisherCallbackChannel

the callback