Method | Description | |
---|---|---|
GetErrorExchangeBinding ( this settings ) : ExchangeBindingSettings | ||
GetExchangeBinding ( this settings, string exchangeName ) : ExchangeBindingSettings | ||
GetExchangeBindings ( this messageType, IMessageNameFormatter messageNameFormatter ) : IEnumerable |
||
GetExchangeBindings ( this settings, string exchangeName ) : IEnumerable |
||
IsTemporaryMessageType ( this messageType ) : bool |
Method | Description | |
---|---|---|
IsBindableMessageType ( |
public static GetErrorExchangeBinding ( this settings ) : ExchangeBindingSettings | ||
settings | this | |
return | ExchangeBindingSettings |
public static GetExchangeBinding ( this settings, string exchangeName ) : ExchangeBindingSettings | ||
settings | this | |
exchangeName | string | |
return | ExchangeBindingSettings |
public static GetExchangeBindings ( this messageType, IMessageNameFormatter messageNameFormatter ) : IEnumerable |
||
messageType | this | |
messageNameFormatter | IMessageNameFormatter | |
return | IEnumerable |
public static GetExchangeBindings ( this settings, string exchangeName ) : IEnumerable |
||
settings | this | |
exchangeName | string | |
return | IEnumerable |
public static IsTemporaryMessageType ( this messageType ) : bool | ||
messageType | this | |
return | bool |