mirror of
https://github.com/corda/corda.git
synced 2025-04-20 17:11:26 +00:00
Added required terminate and isWaitingForShutdown methods by CordaRPCOps.
This commit is contained in:
parent
8e9ce48404
commit
af0c45b287
@ -338,6 +338,14 @@ class CordaRpcWorkerOps(
|
||||
shutdownNode.invoke()
|
||||
}
|
||||
|
||||
override fun terminate(drainPendingFlows: Boolean) {
|
||||
TODO("not implemented")
|
||||
}
|
||||
|
||||
override fun isWaitingForShutdown(): Boolean {
|
||||
TODO("not implemented")
|
||||
}
|
||||
|
||||
private fun stateMachineInfoFromFlowLogic(flowLogic: FlowLogic<*>): StateMachineInfo {
|
||||
return StateMachineInfo(flowLogic.runId, flowLogic.javaClass.name, flowLogic.stateMachine.context.toFlowInitiator(), flowLogic.track(), flowLogic.stateMachine.context)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user