Interface AsyncListener


public interface AsyncListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    record(org.rostore.entity.Record record)
     
    void
    status(AsyncStatus asyncStatus)
     
  • Method Details

    • record

      void record(org.rostore.entity.Record record)
    • error

      void error(Exception e)
    • status

      void status(AsyncStatus asyncStatus)