IClusterClientMemoryStreamConfigurator Interface
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.
Client-specific configuration builder for memory streams.
public interface IClusterClientMemoryStreamConfigurator : Orleans.Hosting.IClusterClientPersistentStreamConfigurator, Orleans.Hosting.IMemoryStreamConfigurator
public interface IClusterClientMemoryStreamConfigurator : Orleans.Hosting.IClusterClientPersistentStreamConfigurator, Orleans.Hosting.IMemoryStreamConfigurator, Orleans.Hosting.INamedServiceConfigurator
type IClusterClientMemoryStreamConfigurator = interface
interface IMemoryStreamConfigurator
interface INamedServiceConfigurator
interface IClusterClientPersistentStreamConfigurator
interface IPersistentStreamConfigurator
Public Interface IClusterClientMemoryStreamConfigurator
Implements IClusterClientPersistentStreamConfigurator, IMemoryStreamConfigurator
Public Interface IClusterClientMemoryStreamConfigurator
Implements IClusterClientPersistentStreamConfigurator, IMemoryStreamConfigurator, INamedServiceConfigurator
- Derived
- Implements
Properties
ConfigureDelegate |
Gets the delegate used to configure the service. (Inherited from INamedServiceConfigurator) |
Name |
Gets the service name. (Inherited from INamedServiceConfigurator) |
Extension Methods
ConfigureLifecycle(IClusterClientPersistentStreamConfigurator, Action<OptionsBuilder<StreamLifecycleOptions>>) |
Configures the StreamLifecycleOptions. |
ConfigurePartitioning(IMemoryStreamConfigurator, Int32) |
Configures partitioning for memory streams. |
Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>) |
Configures options for a named service. |
ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>) |
Adds a singleton component to a named service. |
ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>) |
Adds a singleton component to a named service and configures options for the named service. |
ConfigureLifecycle<T>(INamedServiceConfigurator) | |
ConfigureStreamPubSub(IPersistentStreamConfigurator, StreamPubSubType) |
Configures the stream pub/sub type. |