java.lang.Object
com.arpnetworking.clusteraggregator.Main
All Implemented Interfaces:
Launchable

public final class Main extends Object implements Launchable
Entry point for the pekko-based cluster aggregator.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot com)
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Entry point.
      Parameters:
      args - command line arguments
    • launch

      public void launch()
      Launch the component.
      Specified by:
      launch in interface Launchable
    • shutdown

      public void shutdown()
      Shutdown the component.
      Specified by:
      shutdown in interface Launchable