Show / Hide Table of Contents

Class ClusterClientPubSubStreamConfigurator<TDataAdapter>

Inheritance
System.Object
ClusterClientPubSubStreamConfigurator<TDataAdapter>
Namespace: Orleans.Streams
Assembly: Orleans.Streaming.GCP.dll
Syntax
public class ClusterClientPubSubStreamConfigurator<TDataAdapter> : ClusterClientPersistentStreamConfigurator where TDataAdapter : IPubSubDataAdapter
Type Parameters
Name Description
TDataAdapter

Constructors

| Improve this Doc View Source

ClusterClientPubSubStreamConfigurator(String, IClientBuilder)

Declaration
public ClusterClientPubSubStreamConfigurator(string name, IClientBuilder builder)
Parameters
Type Name Description
System.String name
IClientBuilder builder

Methods

| Improve this Doc View Source

ConfigurePartitioning(Int32)

Declaration
public ClusterClientPubSubStreamConfigurator<TDataAdapter> ConfigurePartitioning(int numOfPartitions = null)
Parameters
Type Name Description
System.Int32 numOfPartitions
Returns
Type Description
ClusterClientPubSubStreamConfigurator<TDataAdapter>
| Improve this Doc View Source

ConfigurePubSub(Action<OptionsBuilder<PubSubOptions>>)

Declaration
public ClusterClientPubSubStreamConfigurator<TDataAdapter> ConfigurePubSub(Action<OptionsBuilder<PubSubOptions>> configureOptions)
Parameters
Type Name Description
Action<OptionsBuilder<PubSubOptions>> configureOptions
Returns
Type Description
ClusterClientPubSubStreamConfigurator<TDataAdapter>

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX