Interface IRabbitListenerEndpoint
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IRabbitListenerEndpoint
Properties
|
Edit this page
View Source
AckMode
Declaration
AcknowledgeMode? AckMode { get; set; }
Property Value
|
Edit this page
View Source
ApplicationContext
Declaration
IApplicationContext ApplicationContext { get; set; }
Property Value
Type |
Description |
IApplicationContext |
|
|
Edit this page
View Source
AutoStartup
Declaration
bool? AutoStartup { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
BatchingStrategy
Declaration
IBatchingStrategy BatchingStrategy { get; set; }
Property Value
|
Edit this page
View Source
BatchListener
Declaration
bool BatchListener { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Concurrency
Declaration
int? Concurrency { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Group
Declaration
string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Id
Declaration
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
MessageConverter
Declaration
ISmartMessageConverter MessageConverter { get; set; }
Property Value
Type |
Description |
ISmartMessageConverter |
|
|
Edit this page
View Source
ReplyPostProcessor
Declaration
IReplyPostProcessor ReplyPostProcessor { get; set; }
Property Value
Methods
|
Edit this page
View Source
SetupListenerContainer(IMessageListenerContainer)
Declaration
void SetupListenerContainer(IMessageListenerContainer messageListenerContainer)
Parameters