Class RabbitMQTypeLocator
Assemblies and types used for interacting with RabbitMQ
Inheritance
System.Object
RabbitMQTypeLocator
Namespace: Steeltoe.Connector.RabbitMQ
Assembly: Steeltoe.Bootstrap.Autoconfig.dll
Syntax
public static class RabbitMQTypeLocator : object
Properties
| Edit this page View SourceAssemblies
Gets a list of supported RabbitMQ assemblies
Declaration
public static string[] Assemblies { get; }
Property Value
Type | Description |
---|---|
System.String[] |
CloseConnectionMethod
Gets the Close method for IConnection
Declaration
public static MethodInfo CloseConnectionMethod { get; }
Property Value
Type | Description |
---|---|
MethodInfo |
ConnectionFactory
Gets ConnectionFactory from a RabbitMQ Library
Declaration
public static Type ConnectionFactory { get; }
Property Value
Type | Description |
---|---|
Type |
ConnectionImplementationTypeNames
Gets a list of RabbitMQ Implementation types
Declaration
public static string[] ConnectionImplementationTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ConnectionInterfaceTypeNames
Gets a list of RabbitMQ Interface types
Declaration
public static string[] ConnectionInterfaceTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
CreateConnectionMethod
Gets the CreateConnection method of ConnectionFactory
Declaration
public static MethodInfo CreateConnectionMethod { get; }
Property Value
Type | Description |
---|---|
MethodInfo |
IConnection
Gets IConnection from RabbitMQ Library
Declaration
public static Type IConnection { get; }
Property Value
Type | Description |
---|---|
Type |
IConnectionFactory
Gets IConnectionFactory from a RabbitMQ Library
Declaration
public static Type IConnectionFactory { get; }
Property Value
Type | Description |
---|---|
Type |