Class InMemoryTransportOptions
Namespace: Cephalon.Behaviors.Messaging.Options
Assembly: Cephalon.Behaviors.Messaging.dll
Configuration options for the in-memory messaging transport binding.
public sealed class InMemoryTransportOptionsInheritance
Section titled “Inheritance”object ← InMemoryTransportOptions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”Capacity
Section titled “ Capacity”Gets or sets the maximum number of messages buffered before backpressure is applied. Default: 1000.
public int Capacity { get; set; }