Table of Contents

Class RabbitMQProviderConnectorFactory

Namespace
Steeltoe.CloudFoundry.Connector.RabbitMQ
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class RabbitMQProviderConnectorFactory
Inheritance
RabbitMQProviderConnectorFactory
Inherited Members

Constructors

RabbitMQProviderConnectorFactory(RabbitMQServiceInfo, RabbitMQProviderConnectorOptions, Type)

public RabbitMQProviderConnectorFactory(RabbitMQServiceInfo sinfo, RabbitMQProviderConnectorOptions config, Type connectFactory)

Parameters

sinfo RabbitMQServiceInfo
config RabbitMQProviderConnectorOptions
connectFactory Type

Properties

ConnectorType

protected Type ConnectorType { get; set; }

Property Value

Type

Methods

Create(IServiceProvider)

public virtual object Create(IServiceProvider provider)

Parameters

provider IServiceProvider

Returns

object

CreateConnection(string)

public virtual object CreateConnection(string connectionString)

Parameters

connectionString string

Returns

object

CreateConnectionString()

public virtual string CreateConnectionString()

Returns

string

FindSetUriMethod(Type)

public static MethodInfo FindSetUriMethod(Type type)

Parameters

type Type

Returns

MethodInfo