C# Class NServiceBus.Transports.RabbitMQ.DefaultRoutingKeyConvention

Exibir arquivo Open project: MyDealerLot/NServiceBus.RabbitMQ

Public Methods

Method Description
GenerateRoutingKey ( Type eventType ) : string

Private Methods

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

Method Details

GenerateRoutingKey() public static method

public static GenerateRoutingKey ( Type eventType ) : string
eventType System.Type
return string