pub struct FlowFileQueuesListingRequestsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for FlowFileQueuesListingRequestsApi.
Trait Implementations§
Source§impl FlowFileQueuesListingRequestsApi for FlowFileQueuesListingRequestsApiDispatch<'_>
impl FlowFileQueuesListingRequestsApi for FlowFileQueuesListingRequestsApiDispatch<'_>
Source§async fn create_flow_file_listing(&self) -> Result<ListingRequestDto, NifiError>
async fn create_flow_file_listing(&self) -> Result<ListingRequestDto, NifiError>
Lists the contents of the queue in this connection. Read more
Source§async fn delete_listing_request(
&self,
listing_request_id: &str,
) -> Result<ListingRequestDto, NifiError>
async fn delete_listing_request( &self, listing_request_id: &str, ) -> Result<ListingRequestDto, NifiError>
Cancels and/or removes a request to list the contents of this connection. Read more
Source§async fn get_listing_request(
&self,
listing_request_id: &str,
) -> Result<ListingRequestDto, NifiError>
async fn get_listing_request( &self, listing_request_id: &str, ) -> Result<ListingRequestDto, NifiError>
Gets the current status of a listing request for the specified connection. Read more
Auto Trait Implementations§
impl<'a> Freeze for FlowFileQueuesListingRequestsApiDispatch<'a>
impl<'a> !RefUnwindSafe for FlowFileQueuesListingRequestsApiDispatch<'a>
impl<'a> Send for FlowFileQueuesListingRequestsApiDispatch<'a>
impl<'a> Sync for FlowFileQueuesListingRequestsApiDispatch<'a>
impl<'a> Unpin for FlowFileQueuesListingRequestsApiDispatch<'a>
impl<'a> UnsafeUnpin for FlowFileQueuesListingRequestsApiDispatch<'a>
impl<'a> !UnwindSafe for FlowFileQueuesListingRequestsApiDispatch<'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