pub async fn processor_state_dynamic(
client: &DynamicClient,
processor_id: &str,
target: ProcessorTargetState,
config: WaitConfig,
) -> Result<ProcessorEntity, NifiError>Expand description
Dynamic-mode counterpart of processor_state.