public interface StreamingListener
Modifier and Type | Method and Description |
---|---|
void |
onBatchCompleted(StreamingListenerBatchCompleted batchCompleted)
Called when processing of a batch of jobs has completed.
|
void |
onBatchStarted(StreamingListenerBatchStarted batchStarted)
Called when processing of a batch of jobs has started.
|
void |
onBatchSubmitted(StreamingListenerBatchSubmitted batchSubmitted)
Called when a batch of jobs has been submitted for processing.
|
void |
onOutputOperationCompleted(StreamingListenerOutputOperationCompleted outputOperationCompleted)
Called when processing of a job of a batch has completed.
|
void |
onOutputOperationStarted(StreamingListenerOutputOperationStarted outputOperationStarted)
Called when processing of a job of a batch has started.
|
void |
onReceiverError(StreamingListenerReceiverError receiverError)
Called when a receiver has reported an error
|
void |
onReceiverStarted(StreamingListenerReceiverStarted receiverStarted)
Called when a receiver has been started
|
void |
onReceiverStopped(StreamingListenerReceiverStopped receiverStopped)
Called when a receiver has been stopped
|
void |
onStreamingStarted(StreamingListenerStreamingStarted streamingStarted)
Called when the streaming has been started
|
void onBatchCompleted(StreamingListenerBatchCompleted batchCompleted)
void onBatchStarted(StreamingListenerBatchStarted batchStarted)
void onBatchSubmitted(StreamingListenerBatchSubmitted batchSubmitted)
void onOutputOperationCompleted(StreamingListenerOutputOperationCompleted outputOperationCompleted)
void onOutputOperationStarted(StreamingListenerOutputOperationStarted outputOperationStarted)
void onReceiverError(StreamingListenerReceiverError receiverError)
void onReceiverStarted(StreamingListenerReceiverStarted receiverStarted)
void onReceiverStopped(StreamingListenerReceiverStopped receiverStopped)
void onStreamingStarted(StreamingListenerStreamingStarted streamingStarted)