ClientBuilderStreamingExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |