pub struct FlowFileQueuesFlowfilesApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for FlowFileQueuesFlowfilesApi.
Trait Implementations§
Source§impl FlowFileQueuesFlowfilesApi for FlowFileQueuesFlowfilesApiDispatch<'_>
impl FlowFileQueuesFlowfilesApi for FlowFileQueuesFlowfilesApiDispatch<'_>
Source§async fn download_flow_file_content(
&self,
flowfile_uuid: &str,
client_id: Option<&str>,
cluster_node_id: Option<&str>,
) -> Result<(), NifiError>
async fn download_flow_file_content( &self, flowfile_uuid: &str, client_id: Option<&str>, cluster_node_id: Option<&str>, ) -> Result<(), NifiError>
Gets the content for a FlowFile in a Connection. Read more
Source§async fn get_flow_file(
&self,
flowfile_uuid: &str,
cluster_node_id: Option<&str>,
) -> Result<FlowFileDto, NifiError>
async fn get_flow_file( &self, flowfile_uuid: &str, cluster_node_id: Option<&str>, ) -> Result<FlowFileDto, NifiError>
Gets a FlowFile from a Connection. Read more
Auto Trait Implementations§
impl<'a> Freeze for FlowFileQueuesFlowfilesApiDispatch<'a>
impl<'a> !RefUnwindSafe for FlowFileQueuesFlowfilesApiDispatch<'a>
impl<'a> Send for FlowFileQueuesFlowfilesApiDispatch<'a>
impl<'a> Sync for FlowFileQueuesFlowfilesApiDispatch<'a>
impl<'a> Unpin for FlowFileQueuesFlowfilesApiDispatch<'a>
impl<'a> UnsafeUnpin for FlowFileQueuesFlowfilesApiDispatch<'a>
impl<'a> !UnwindSafe for FlowFileQueuesFlowfilesApiDispatch<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more