Class IConsumerBuilder.ListenerContext
ListenerContext is a helper class that holds the contexts for the listener
public class IConsumerBuilder.ListenerContext
- Inheritance
-
IConsumerBuilder.ListenerContext
- Inherited Members
Constructors
ListenerContext(IStreamOptions)
public ListenerContext(IConsumerBuilder.IStreamOptions streamOptions)
Parameters
streamOptions
IConsumerBuilder.IStreamOptionsStream Options that the user can change during the SubscriptionListener
Properties
StreamOptions
public IConsumerBuilder.IStreamOptions StreamOptions { get; }