C# 클래스 NServiceBus.Redis.ConfigurationExtensions

파일 보기 프로젝트 열기: mackie1001/NServicebus.Redis

공개 메소드들

메소드 설명
RedisForEverything ( this config, bool sharedQueues ) : Configure
RedisSagaStorage ( this config ) : Configure
RedisSubscriptionStorage ( this config ) : Configure
RedisTimeoutStorage ( this config ) : Configure
RedisTransport ( this config, bool sharedQueues ) : Configure

비공개 메소드들

메소드 설명
ConfigureRedisClientManager ( Configure config ) : void
ConfigureSerializer ( Configure config ) : void
GetHosts ( string hosts ) : string[]

메소드 상세

RedisForEverything() 공개 정적인 메소드

public static RedisForEverything ( this config, bool sharedQueues ) : Configure
config this
sharedQueues bool
리턴 Configure

RedisSagaStorage() 공개 정적인 메소드

public static RedisSagaStorage ( this config ) : Configure
config this
리턴 Configure

RedisSubscriptionStorage() 공개 정적인 메소드

public static RedisSubscriptionStorage ( this config ) : Configure
config this
리턴 Configure

RedisTimeoutStorage() 공개 정적인 메소드

public static RedisTimeoutStorage ( this config ) : Configure
config this
리턴 Configure

RedisTransport() 공개 정적인 메소드

public static RedisTransport ( this config, bool sharedQueues ) : Configure
config this
sharedQueues bool
리턴 Configure