ClientBuilderStreamingExtensions Class

Definition

public static class ClientBuilderStreamingExtensions
type ClientBuilderStreamingExtensions = class
Public Module ClientBuilderStreamingExtensions
Inheritance
ClientBuilderStreamingExtensions

Methods

AddMemoryStreams(IClientBuilder, String, Action<IClusterClientMemoryStreamConfigurator>)

Adds a new in-memory stream provider to the client, using the default message serializer (DefaultMemoryMessageBodySerializer).

AddMemoryStreams<TSerializer>(IClientBuilder, String, Action<IClusterClientMemoryStreamConfigurator>)

Adds a new in-memory stream provider to the client.

AddPersistentStreams(IClientBuilder, String, Func<IServiceProvider,String,IQueueAdapterFactory>, Action<IClusterClientPersistentStreamConfigurator>)

Adds a new persistent streams provider to the client.

AddStreaming(IClientBuilder)

Adds support for streaming to this client.

Applies to