Table of Contents

Class RabbitMessageSource.RabbitAckInfo

Namespace
Steeltoe.Integration.Rabbit.Inbound
Assembly
Steeltoe.Integration.RabbitMQ.dll
public class RabbitMessageSource.RabbitAckInfo
Inheritance
RabbitMessageSource.RabbitAckInfo
Inherited Members

Constructors

RabbitAckInfo(IConnection, IModel, bool, BasicGetResult)

public RabbitAckInfo(IConnection connection, IModel channel, bool transacted, BasicGetResult getResponse)

Parameters

connection IConnection
channel IModel
transacted bool
getResponse BasicGetResult

Properties

Channel

public IModel Channel { get; }

Property Value

IModel

Connection

public IConnection Connection { get; }

Property Value

IConnection

Response

public BasicGetResult Response { get; }

Property Value

BasicGetResult

Transacted

public bool Transacted { get; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.