mirror of
https://github.com/corda/corda.git
synced 2025-06-23 01:19:00 +00:00
ENT-3496 Check in InternalCordaRPCOps
that somehow got missed...
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package net.corda.core.internal.messaging
|
||||
|
||||
import net.corda.core.messaging.CordaRPCOps
|
||||
|
||||
/**
|
||||
* Contains internal RPC functions that should not be publicly exposed in [CordaRPCOps]
|
||||
*/
|
||||
interface InternalCordaRPCOps : CordaRPCOps {
|
||||
|
||||
/** Dump all the current flow checkpoints as JSON into a zip file in the node's log directory. */
|
||||
fun dumpCheckpoints()
|
||||
}
|
Reference in New Issue
Block a user