C# Class MassTransit.RabbitMqTransport.Transport.SequentialEndpointResolver

Creates an IHostnameSelector which sequentially chooses the next host name from the provided list based on index
Inheritance: IRabbitMqEndpointResolver
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
All ( ) : IEnumerable
SequentialEndpointResolver ( string hostNames ) : System

Method Details

All() public méthode

public All ( ) : IEnumerable
Résultat IEnumerable

SequentialEndpointResolver() public méthode

public SequentialEndpointResolver ( string hostNames ) : System
hostNames string
Résultat System