#[no_mangle]
pub unsafe extern "C" fn Java_io_projectliberty_graphsdk_Native_rollback<'local>(
    env: JNIEnv<'local>,
    _class: JClass<'local>,
    handle: jlong
)
Expand description

Rollback pending actions in a graph state.

Arguments

  • handle - the handle to the graph state
  • actions - the serialized actions

Errors

  • SdkJniError - if applying actions fails