StreamPullingAgentOptions
class
Namespace: Orleans.Configuration
Options for stream pulling agents.
public class StreamPullingAgentOptionsConstructors
Properties
BatchContainerBatchSizeGets or sets the size of each batch container batch.GetQueueMsgsTimerPeriodGets or sets the period between polling for queue messages.InitQueueTimeoutGets or sets the queue initialization timeout.MaxEventDeliveryTimeGets or sets the maximum event delivery time.StreamInactivityPeriodGets or sets the stream inactivity period.
Fields
DEFAULT_BATCH_CONTAINER_BATCH_SIZEThe default batch container batch size.DEFAULT_GET_QUEUE_MESSAGES_TIMER_PERIODThe default period between polling for queue messages.DEFAULT_INIT_QUEUE_TIMEOUTThe default queue initialization timeoutDEFAULT_MAX_EVENT_DELIVERY_TIMEThe default maximum event delivery time.DEFAULT_STREAM_INACTIVITY_PERIODThe default stream inactivity period.
