intercept

@JvmStatic
inline fun <C : TorCmd<*>> intercept(crossinline intercept: (job: EnqueuedJob, cmd: C) -> C): TorCmdInterceptor<C>(source)

Creates a TorCmdInterceptor for the specified TorCmd.

intercept should not throw exception. This will result in the executing job completing exceptionally.