pub struct ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ProcessGroupsEmptyAllConnectionsRequestsApi.
Trait Implementations§
Source§impl ProcessGroupsEmptyAllConnectionsRequestsApi for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'_>
impl ProcessGroupsEmptyAllConnectionsRequestsApi for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'_>
Source§async fn create_empty_all_connections_request(
&self,
) -> Result<DropRequestDto, NifiError>
async fn create_empty_all_connections_request( &self, ) -> Result<DropRequestDto, NifiError>
Creates a request to drop all flowfiles of all connection queues in this process group. Read more
Source§async fn get_drop_all_flowfiles_request(
&self,
drop_request_id: &str,
) -> Result<DropRequestDto, NifiError>
async fn get_drop_all_flowfiles_request( &self, drop_request_id: &str, ) -> Result<DropRequestDto, NifiError>
Gets the current status of a drop all flowfiles request. Read more
Source§async fn remove_drop_request_1(
&self,
drop_request_id: &str,
) -> Result<DropRequestDto, NifiError>
async fn remove_drop_request_1( &self, drop_request_id: &str, ) -> Result<DropRequestDto, NifiError>
Cancels and/or removes a request to drop all flowfiles. Read more
Auto Trait Implementations§
impl<'a> Freeze for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'a>
impl<'a> !RefUnwindSafe for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'a>
impl<'a> Send for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'a>
impl<'a> Sync for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'a>
impl<'a> Unpin for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'a>
impl<'a> UnsafeUnpin for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'a>
impl<'a> !UnwindSafe for ProcessGroupsEmptyAllConnectionsRequestsApiDispatch<'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