corda / net.corda.core.messaging / FlowProgressHandleImpl / close

close

fun close(): Unit

Use this function for flows whose returnValue and progress are not going to be used or tracked, so as to free up server resources. Note that it won't really close if one subscribes on progress Observable, but then forgets to unsubscribe.