C# Class amp.topology.client.HttpRoutingInfoRetreiver

Provides routing info from an HTTP-based endpoint
Inheritance: IRoutingInfoRetreiver
Datei anzeigen Open project: Berico-Technologies/AMP

Protected Properties

Property Type Description
Log log4net.ILog

Public Methods

Method Description
Dispose ( ) : void
HttpRoutingInfoRetreiver ( IWebRequestFactory webRequestFactory, string urlExpression, IDeserializer serializer ) : System
RetrieveRoutingInfo ( string topic ) : RoutingInfo

Retreive routing info for the supplied topic.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HttpRoutingInfoRetreiver() public method

public HttpRoutingInfoRetreiver ( IWebRequestFactory webRequestFactory, string urlExpression, IDeserializer serializer ) : System
webRequestFactory IWebRequestFactory
urlExpression string
serializer IDeserializer
return System

RetrieveRoutingInfo() public method

Retreive routing info for the supplied topic.
public RetrieveRoutingInfo ( string topic ) : RoutingInfo
topic string The topic for which routing is being retreived
return amp.rabbit.topology.RoutingInfo

Property Details

Log protected_oe static_oe property

protected static ILog,log4net Log
return log4net.ILog