C# Class NServiceBus.Redis.ConfigurationExtensions

Afficher le fichier Open project: mackie1001/NServicebus.Redis

Méthodes publiques

Méthode Description
RedisForEverything ( this config, bool sharedQueues ) : Configure
RedisSagaStorage ( this config ) : Configure
RedisSubscriptionStorage ( this config ) : Configure
RedisTimeoutStorage ( this config ) : Configure
RedisTransport ( this config, bool sharedQueues ) : Configure

Private Methods

Méthode Description
ConfigureRedisClientManager ( Configure config ) : void
ConfigureSerializer ( Configure config ) : void
GetHosts ( string hosts ) : string[]

Method Details

RedisForEverything() public static méthode

public static RedisForEverything ( this config, bool sharedQueues ) : Configure
config this
sharedQueues bool
Résultat Configure

RedisSagaStorage() public static méthode

public static RedisSagaStorage ( this config ) : Configure
config this
Résultat Configure

RedisSubscriptionStorage() public static méthode

public static RedisSubscriptionStorage ( this config ) : Configure
config this
Résultat Configure

RedisTimeoutStorage() public static méthode

public static RedisTimeoutStorage ( this config ) : Configure
config this
Résultat Configure

RedisTransport() public static méthode

public static RedisTransport ( this config, bool sharedQueues ) : Configure
config this
sharedQueues bool
Résultat Configure