-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class StoreObserverHandlerRust extends Retainable
-
-
Constructor Summary
Constructors Constructor Description StoreObserverHandlerRust()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidswigReleaseOwnership()voidswigTakeOwnership()voideventHandler(ChangeHandlerWithQueryResult_t c_cb_params)static voidinvokeEventHandler(SWIGTYPE_p_void ctx, ChangeHandlerWithQueryResult_t c_cb_params)dittoffi_result_int64_tregisterStoreObserver(SWIGTYPE_p_CDitto ditto_raw, String query, Array<byte> query_args_cbor, LiveQueryAvailability_t lq_availability)intstartLiveQuery(SWIGTYPE_p_CDitto ditto_raw, long id)-
Methods inherited from class live.ditto.internal.swig.ffi.Retainable
close, getIs_closing, invokeRelease, invokeRetain, invokeVirtualPtrRetain, release, retain, setIs_closing -
Methods inherited from class java.lang.AutoCloseable
close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
delete
synchronized void delete()
-
swigReleaseOwnership
void swigReleaseOwnership()
-
swigTakeOwnership
void swigTakeOwnership()
-
eventHandler
void eventHandler(ChangeHandlerWithQueryResult_t c_cb_params)
-
invokeEventHandler
static void invokeEventHandler(SWIGTYPE_p_void ctx, ChangeHandlerWithQueryResult_t c_cb_params)
-
registerStoreObserver
dittoffi_result_int64_t registerStoreObserver(SWIGTYPE_p_CDitto ditto_raw, String query, Array<byte> query_args_cbor, LiveQueryAvailability_t lq_availability)
-
startLiveQuery
int startLiveQuery(SWIGTYPE_p_CDitto ditto_raw, long id)
-
-
-
-