pub struct DataTransferTransactionsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for DataTransferTransactionsApi.
Trait Implementations§
Source§impl DataTransferTransactionsApi for DataTransferTransactionsApiDispatch<'_>
impl DataTransferTransactionsApi for DataTransferTransactionsApiDispatch<'_>
Source§async fn commit_input_port_transaction(
&self,
transaction_id: &str,
response_code: i32,
) -> Result<TransactionResultEntity, NifiError>
async fn commit_input_port_transaction( &self, transaction_id: &str, response_code: i32, ) -> Result<TransactionResultEntity, NifiError>
Commit or cancel the specified transaction Read more
Source§async fn commit_output_port_transaction(
&self,
transaction_id: &str,
response_code: i32,
checksum: &str,
) -> Result<TransactionResultEntity, NifiError>
async fn commit_output_port_transaction( &self, transaction_id: &str, response_code: i32, checksum: &str, ) -> Result<TransactionResultEntity, NifiError>
Commit or cancel the specified transaction Read more
Source§async fn create_port_transaction(
&self,
port_type: &str,
) -> Result<TransactionResultEntity, NifiError>
async fn create_port_transaction( &self, port_type: &str, ) -> Result<TransactionResultEntity, NifiError>
Create a transaction to the specified output port or input port Read more
Source§async fn extend_input_port_transaction_t_t_l(
&self,
transaction_id: &str,
) -> Result<TransactionResultEntity, NifiError>
async fn extend_input_port_transaction_t_t_l( &self, transaction_id: &str, ) -> Result<TransactionResultEntity, NifiError>
Extend transaction TTL Read more
Source§async fn extend_output_port_transaction_t_t_l(
&self,
transaction_id: &str,
) -> Result<TransactionResultEntity, NifiError>
async fn extend_output_port_transaction_t_t_l( &self, transaction_id: &str, ) -> Result<TransactionResultEntity, NifiError>
Extend transaction TTL Read more
Auto Trait Implementations§
impl<'a> Freeze for DataTransferTransactionsApiDispatch<'a>
impl<'a> !RefUnwindSafe for DataTransferTransactionsApiDispatch<'a>
impl<'a> Send for DataTransferTransactionsApiDispatch<'a>
impl<'a> Sync for DataTransferTransactionsApiDispatch<'a>
impl<'a> Unpin for DataTransferTransactionsApiDispatch<'a>
impl<'a> UnsafeUnpin for DataTransferTransactionsApiDispatch<'a>
impl<'a> !UnwindSafe for DataTransferTransactionsApiDispatch<'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