Method | Description | |
---|---|---|
BindToLocalEndpoint ( EndpointInstance instance ) : EndpointInstance |
Returns the discriminator for this endpoint instance.
|
|
ConfigureReceiveInfrastructure ( ) : |
Gets the factories to receive message.
|
|
ConfigureSendInfrastructure ( ) : |
Gets the factories to send message.
|
|
ConfigureSubscriptionInfrastructure ( ) : |
Gets the factory to manage subscriptions.
|
|
MakeCanonicalForm ( string transportAddress ) : string |
Returns the canonical for of the given transport address so various transport addresses can be effectively compared and de-duplicated.
|
|
Start ( ) : Task |
Performs any action required to warm up the transport infrastructure before starting the endpoint.
|
|
Stop ( ) : Task |
Performs any action required to cool down the transport infrastructure when the endpoint is stopping.
|
|
ToTransportAddress ( LogicalAddress logicalAddress ) : string |
Converts a given logical address to the transport address.
|
public abstract BindToLocalEndpoint ( EndpointInstance instance ) : EndpointInstance | ||
instance | EndpointInstance | |
return | EndpointInstance |
public abstract ConfigureReceiveInfrastructure ( ) : |
||
return |
public abstract ConfigureSendInfrastructure ( ) : |
||
return |
public abstract ConfigureSubscriptionInfrastructure ( ) : |
||
return |
public MakeCanonicalForm ( string transportAddress ) : string | ||
transportAddress | string | A transport address. |
return | string |
public abstract ToTransportAddress ( LogicalAddress logicalAddress ) : string | ||
logicalAddress | LogicalAddress | The logical address. |
return | string |