Table of Contents

Class HystrixRabbitMQServiceInfoFactory

Namespace
Steeltoe.Connector.Services
Assembly
Steeltoe.Connector.ConnectorBase.dll
public class HystrixRabbitMQServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
Inheritance
HystrixRabbitMQServiceInfoFactory
Implements
Inherited Members

Constructors

HystrixRabbitMQServiceInfoFactory()

public HystrixRabbitMQServiceInfoFactory()

Fields

HYSTRIX_RABBIT_SERVICE_TAGS

public static readonly Tags HYSTRIX_RABBIT_SERVICE_TAGS

Field Value

Tags

Methods

Accepts(Service)

Check if this factory can create IServiceInfo from the given binding

public override bool Accepts(Service binding)

Parameters

binding Service

A service binding to evaluate

Returns

bool

Gets a value indicating whether or not the binding is compatible with this factory

Create(Service)

Return service information from a service binding

public override IServiceInfo Create(Service binding)

Parameters

binding Service

A service binding

Returns

IServiceInfo

Relevant IServiceInfo