Interface IBrokerClientCollection
- Namespace
- Silverback.Messaging.Broker
- Assembly
- Silverback.Integration.dll
Holds a reference to all the configured IBrokerClient.
public interface IBrokerClientCollection : IReadOnlyCollection<IBrokerClient>, IEnumerable<IBrokerClient>, IEnumerable
- Inherited Members
Properties
this[string]
Gets the client with the specified name.
IBrokerClient this[string name] { get; }
Parameters
namestringThe client name.
Property Value
- IBrokerClient
The IBrokerClient with the specified name.
Methods
ConnectAllAsync()
Connects all the clients.
ValueTask ConnectAllAsync()
Returns
DisconnectAllAsync()
Disconnects all the clients.
ValueTask DisconnectAllAsync()