C# Class MassTransit.AzureServiceBusTransport.ServiceBusTopicSubscriptionExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
GetTopicAddress ( this messageNameFormatter, IServiceBusHost host, Type messageType ) : Uri
GetTopicSubscription ( this messageNameFormatter, Type messageType ) : IEnumerable

Private Methods

Méthode Description
IsSubscriptionMessageType ( Type messageType ) : bool
IsTemporaryMessageType ( this messageType ) : bool

Method Details

GetTopicAddress() public static méthode

public static GetTopicAddress ( this messageNameFormatter, IServiceBusHost host, Type messageType ) : Uri
messageNameFormatter this
host IServiceBusHost
messageType System.Type
Résultat System.Uri

GetTopicSubscription() public static méthode

public static GetTopicSubscription ( this messageNameFormatter, Type messageType ) : IEnumerable
messageNameFormatter this
messageType System.Type
Résultat IEnumerable