C# 클래스 RawRabbit.Configuration.Queue.QueueConfigurationBuilder

상속: IQueueConfigurationBuilder
파일 보기 프로젝트 열기: pardahlman/RawRabbit 1 사용 예제들

공개 메소드들

메소드 설명
AssumeInitialized ( bool asumption = true ) : IQueueConfigurationBuilder
QueueConfigurationBuilder ( QueueConfiguration initialQueue = null )
WithArgument ( string key, object value ) : IQueueConfigurationBuilder
WithAutoDelete ( bool autoDelete = true ) : IQueueConfigurationBuilder
WithDurability ( bool durable = true ) : IQueueConfigurationBuilder
WithExclusivity ( bool exclusive = true ) : IQueueConfigurationBuilder
WithName ( string queueName ) : IQueueConfigurationBuilder
WithNameSuffix ( string suffix ) : IQueueConfigurationBuilder

메소드 상세

AssumeInitialized() 공개 메소드

public AssumeInitialized ( bool asumption = true ) : IQueueConfigurationBuilder
asumption bool
리턴 IQueueConfigurationBuilder

QueueConfigurationBuilder() 공개 메소드

public QueueConfigurationBuilder ( QueueConfiguration initialQueue = null )
initialQueue QueueConfiguration

WithArgument() 공개 메소드

public WithArgument ( string key, object value ) : IQueueConfigurationBuilder
key string
value object
리턴 IQueueConfigurationBuilder

WithAutoDelete() 공개 메소드

public WithAutoDelete ( bool autoDelete = true ) : IQueueConfigurationBuilder
autoDelete bool
리턴 IQueueConfigurationBuilder

WithDurability() 공개 메소드

public WithDurability ( bool durable = true ) : IQueueConfigurationBuilder
durable bool
리턴 IQueueConfigurationBuilder

WithExclusivity() 공개 메소드

public WithExclusivity ( bool exclusive = true ) : IQueueConfigurationBuilder
exclusive bool
리턴 IQueueConfigurationBuilder

WithName() 공개 메소드

public WithName ( string queueName ) : IQueueConfigurationBuilder
queueName string
리턴 IQueueConfigurationBuilder

WithNameSuffix() 공개 메소드

public WithNameSuffix ( string suffix ) : IQueueConfigurationBuilder
suffix string
리턴 IQueueConfigurationBuilder