Class DistributedComputeWithReceiverExample

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

public class DistributedComputeWithReceiverExample extends Object
This example demonstrates how to use the streaming API to simulate a fraud detection process, which typically involves intensive processing of each transaction using ML models.
  • Constructor Details

    • DistributedComputeWithReceiverExample

      public DistributedComputeWithReceiverExample()
  • Method Details

    • main

      public static void main(String[] arg)