Package glide.internal
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 MonitorCallbackJNI 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 voidonMonitorMessage(double timestamp, long db, java.lang.String clientAddr, java.lang.String command, java.lang.String argsJson)
-