Namespace Pipelinez.Core.Eventing
Classes
- PipelineContainerCompletedEventHandlerArgs<T>
Contains data for an internal pipeline-container completion notification.
- PipelineDeadLetterWriteFailedEventArgs<T>
Contains data for dead-letter-write-failed notifications.
- PipelineFaultedEventArgs
Contains data for pipeline-faulted notifications.
- PipelinePartitionDrainedEventArgs
Contains data for partition-drained notifications.
- PipelinePartitionDrainingEventArgs
Contains data for partition-draining notifications.
- PipelinePartitionExecutionStateChangedEventArgs
Contains data for partition-execution-state-changed notifications.
- PipelinePartitionsAssignedEventArgs
Contains data for partition-assigned notifications.
- PipelinePartitionsRevokedEventArgs
Contains data for partition-revoked notifications.
- PipelinePublishRejectedEventArgs<T>
Contains data for publish-rejected notifications.
- PipelineRecordCompletedEventHandlerArgs<T>
Contains data for the record-completed event.
- PipelineRecordDeadLetteredEventArgs<T>
Contains data for record-dead-lettered notifications.
- PipelineRecordFaultedEventArgs<T>
Contains data for the record-faulted event.
- PipelineRecordRetryingEventArgs<T>
Contains data for the record-retrying event.
- PipelineSaturationChangedEventArgs
Contains data for saturation-state change notifications.
- PipelineWorkerStartedEventArgs
Contains data for worker-started notifications.
- PipelineWorkerStoppingEventArgs
Contains data for worker-stopping notifications.
Delegates
- PipelineContainerCompletedEventHandler<T>
Represents a handler for internal pipeline-container completion notifications.
- PipelineDeadLetterWriteFailedEventHandler<T>
Represents a handler for dead-letter-write-failed notifications.
- PipelineFaultedEventHandler
Represents a handler for pipeline-faulted notifications.
- PipelinePartitionDrainedEventHandler
Represents a handler for partition-drained notifications.
- PipelinePartitionDrainingEventHandler
Represents a handler for partition-draining notifications.
- PipelinePartitionExecutionStateChangedEventHandler
Represents a handler for partition-execution-state-changed notifications.
- PipelinePartitionsAssignedEventHandler
Represents a handler for partition-assigned notifications.
- PipelinePartitionsRevokedEventHandler
Represents a handler for partition-revoked notifications.
- PipelinePublishRejectedEventHandler<T>
Represents a handler for publish-rejected notifications.
- PipelineRecordCompletedEventHandler<T>
Represents a handler for record-completed notifications.
- PipelineRecordDeadLetteredEventHandler<T>
Represents a handler for record dead-letter notifications.
- PipelineRecordFaultedEventHandler<T>
Represents a handler for record-faulted notifications.
- PipelineRecordRetryingEventHandler<T>
Represents a handler for record-retrying notifications.
- PipelineSaturationChangedEventHandler
Represents a handler for saturation-state change notifications.
- PipelineWorkerStartedEventHandler
Represents a handler for worker-started notifications.
- PipelineWorkerStoppingEventHandler
Represents a handler for worker-stopping notifications.