C# Class SevenDigital.Messaging.Routing.UniqueEndpointGenerator

Auto generator that produces unique name for a given installation of a service
Inheritance: IUniqueEndpointGenerator
ファイルを表示 Open project: i-e-b/SevenDigital.Messaging

Public Methods

Method Description
Generate ( ) : Endpoint

Generate the endpoint name

UniqueEndpointGenerator ( ) : System

Create a new endpoint generator. This will create a name based on the host machine and the calling assembly

Method Details

Generate() public method

Generate the endpoint name
public Generate ( ) : Endpoint
return Endpoint

UniqueEndpointGenerator() public method

Create a new endpoint generator. This will create a name based on the host machine and the calling assembly
public UniqueEndpointGenerator ( ) : System
return System