C# Class MassTransit.EndpointConfigurators.EncryptedMessageSerializerBusFactorySpecification

Inheritance: IBusFactorySpecification
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
Apply ( IBusBuilder builder ) : void
EncryptedMessageSerializerBusFactorySpecification ( ICryptoStreamProvider streamProvider ) : System.Collections.Generic
Validate ( ) : IEnumerable

Private Methods

Méthode Description
CreateDeserializer ( ) : IMessageDeserializer
CreateSerializer ( ) : IMessageSerializer
GetStreamProvider ( ) : ICryptoStreamProvider

Method Details

Apply() public méthode

public Apply ( IBusBuilder builder ) : void
builder IBusBuilder
Résultat void

EncryptedMessageSerializerBusFactorySpecification() public méthode

public EncryptedMessageSerializerBusFactorySpecification ( ICryptoStreamProvider streamProvider ) : System.Collections.Generic
streamProvider ICryptoStreamProvider
Résultat System.Collections.Generic

Validate() public méthode

public Validate ( ) : IEnumerable
Résultat IEnumerable