java.lang.Object
com.erudika.para.server.queue.River
All Implemented Interfaces:
Runnable

public abstract class River extends Object implements Runnable
Pulls messages from a queue and processes them. Adapted from https://github.com/albogdano/elasticsearch-river-amazonsqs
Author:
Alex Bogdanovski [[email protected]]
  • Constructor Details

    • River

      public River()
  • Method Details

    • run

      public void run()
      Starts the river.
      Specified by:
      run in interface Runnable