Class RabbitMessageHandlerMethodFactory
Inheritance
System.Object
RabbitMessageHandlerMethodFactory
Inherited Members
Steeltoe.Messaging.Handler.Attributes.Support.DefaultMessageHandlerMethodFactory.SetArgumentResolvers(List<>)
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RabbitMessageHandlerMethodFactory : DefaultMessageHandlerMethodFactory
Constructors
|
Edit this page
View Source
RabbitMessageHandlerMethodFactory()
Declaration
public RabbitMessageHandlerMethodFactory()
Fields
|
Edit this page
View Source
DEFAULT_SERVICE_NAME
Declaration
public const string DEFAULT_SERVICE_NAME = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Charset
Declaration
public Encoding Charset { get; set; }
Property Value
Type |
Description |
Encoding |
|
|
Edit this page
View Source
ServiceName
Declaration
public override string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements