C# 클래스 MassTransit.EndpointConfigurators.EncryptedMessageSerializerBusFactorySpecification

상속: IBusFactorySpecification
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
Apply ( IBusBuilder builder ) : void
EncryptedMessageSerializerBusFactorySpecification ( ICryptoStreamProvider streamProvider ) : System.Collections.Generic
Validate ( ) : IEnumerable

비공개 메소드들

메소드 설명
CreateDeserializer ( ) : IMessageDeserializer
CreateSerializer ( ) : IMessageSerializer
GetStreamProvider ( ) : ICryptoStreamProvider

메소드 상세

Apply() 공개 메소드

public Apply ( IBusBuilder builder ) : void
builder IBusBuilder
리턴 void

EncryptedMessageSerializerBusFactorySpecification() 공개 메소드

public EncryptedMessageSerializerBusFactorySpecification ( ICryptoStreamProvider streamProvider ) : System.Collections.Generic
streamProvider ICryptoStreamProvider
리턴 System.Collections.Generic

Validate() 공개 메소드

public Validate ( ) : IEnumerable
리턴 IEnumerable