C# Class NServiceBus.Transports.RabbitMQ.DefaultRoutingKeyConvention

Afficher le fichier Open project: MyDealerLot/NServiceBus.RabbitMQ

Méthodes publiques

Méthode Description
GenerateRoutingKey ( Type eventType ) : string

Private Methods

Méthode Description
GetRoutingKey ( Type type, string key = "" ) : string
IsClrType ( byte a1 ) : bool
IsNServiceBusMarkerInterface ( Type type ) : bool
IsSystemType ( Type type ) : bool

Method Details

GenerateRoutingKey() public static méthode

public static GenerateRoutingKey ( Type eventType ) : string
eventType System.Type
Résultat string