Interface MonitorCallback

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MonitorCallback
    JNI callback interface for MONITOR messages. Called from Rust on a background thread.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onMonitorMessage​(double timestamp, long db, java.lang.String clientAddr, java.lang.String command, java.lang.String argsJson)  
    • Method Detail

      • onMonitorMessage

        void onMonitorMessage​(double timestamp,
                              long db,
                              java.lang.String clientAddr,
                              java.lang.String command,
                              java.lang.String argsJson)