Class DetectFailedEntriesExample

java.lang.Object
org.apache.ignite.example.streaming.DetectFailedEntriesExample

public class DetectFailedEntriesExample extends Object
This example demonstrates how to use the streaming API to catch both asynchronous errors during background streaming and immediate submission errors. If data streamer fails to process any entries, it collects the failed items in a DataStreamerException.
  • Constructor Details

    • DetectFailedEntriesExample

      public DetectFailedEntriesExample()
  • Method Details

    • main

      public static void main(String[] arg)