Class HystrixRabbitMQServiceInfoFactory
Inheritance
System.Object
HystrixRabbitMQServiceInfoFactory
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class HystrixRabbitMQServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
Constructors
|
Edit this page
View Source
HystrixRabbitMQServiceInfoFactory()
Declaration
public HystrixRabbitMQServiceInfoFactory()
Fields
|
Edit this page
View Source
Declaration
public static readonly Tags HYSTRIX_RABBIT_SERVICE_TAGS
Field Value
Methods
|
Edit this page
View Source
Accepts(Service)
Declaration
public override bool Accepts(Service binding)
Parameters
Type |
Name |
Description |
Service |
binding |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
Create(Service)
Declaration
public override IServiceInfo Create(Service binding)
Parameters
Type |
Name |
Description |
Service |
binding |
|
Returns
Overrides
Implements