Class RabbitMQServiceInfoFactory
public class RabbitMQServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
- Inheritance
-
RabbitMQServiceInfoFactory
- Implements
- Inherited Members
Constructors
RabbitMQServiceInfoFactory()
public RabbitMQServiceInfoFactory()
Fields
RABBIT_SERVICE_TAGS
public static readonly Tags RABBIT_SERVICE_TAGS
Field Value
Methods
Accepts(Service)
Check if this factory can create IServiceInfo from the given binding
public override bool Accepts(Service binding)
Parameters
binding
ServiceA 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
ServiceA service binding
Returns
- IServiceInfo
Relevant IServiceInfo