|
ITracker | AwaitAccepted () |
| Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
|
|
ITracker | AwaitAccepted (TimeSpan timeout) |
| Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
|
|
ITracker | AwaitSettlement () |
| Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
|
|
ITracker | AwaitSettlement (TimeSpan timeout) |
| Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
|
|
ITracker | Disposition (IDeliveryState state, bool settle) |
| Apply the delivery state and optionally settle the sent delivery with the remote.
|
|
Task< ITracker > | DispositionAsync (IDeliveryState state, bool settle) |
| Apply the delivery state and optionally settle the sent delivery with the remote. The method returns a Task that will be completed once any required IO operations in order to apply the disposition have been completed.
|
|
ITracker | Settle () |
| Settles the sent delivery if not performing auto-settlement on the sender.
|
|
Task< ITracker > | SettleAsync () |
| Settles the sent delivery if not performing auto-settlement on the sender and returns a Task that will be completed once any IO operations required by the settlement have completed.
|
|
|
ISender | Sender [get] |
| Returns the parent sender instance that sent the delivery that is now being tacked.
|
|
bool | Settled [get] |
| Indicates if the sent delivery has already been locally settled.
|
|
IDeliveryState | State [get] |
| Retrieve the currently applied delivery state for the sent delivery.
|
|
bool | RemoteSettled [get] |
| Indicates if the sent delivery has already been remotely settled.
|
|
IDeliveryState | RemoteState [get] |
| Retrieve the currently applied delivery state by the remote for the sent delivery.
|
|
Task< ITracker > | SettlementTask [get] |
| Gets a task that will be completed once the remote has settled the sent delivery, or will indicate an error if the connection fails before the remote can settle. If the sender sent the tracked delivery settled the task returned will already be completed.
|
|
◆ AwaitAccepted() [1/2]
ITracker Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.AwaitAccepted |
( |
| ) |
|
|
inline |
Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
If the remote send back a delivery state other than accepted then this method will throw an ClientDeliveryStateException to indicate the expected outcome was not achieved.
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.ITracker.
◆ AwaitAccepted() [2/2]
ITracker Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.AwaitAccepted |
( |
TimeSpan |
timeout | ) |
|
|
inline |
Waits for the remote to accept and settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
If the remote send back a delivery state other than accepted then this method will throw an ClientDeliveryStateException to indicate the expected outcome was not achieved.
- Parameters
-
timeout | The duration to wait for the remote to accept the delivery |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.ITracker.
◆ AwaitSettlement() [1/2]
ITracker Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.AwaitSettlement |
( |
| ) |
|
|
inline |
Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.ITracker.
◆ AwaitSettlement() [2/2]
ITracker Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.AwaitSettlement |
( |
TimeSpan |
timeout | ) |
|
|
inline |
Waits for the remote to settle the sent delivery unless the delivery was already settled by the remote or the delivery was sent already settled.
- Parameters
-
timeout | The duration to wait for the remote to settle the delivery |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.ITracker.
◆ Disposition()
ITracker Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.Disposition |
( |
IDeliveryState |
state, |
|
|
bool |
settle |
|
) |
| |
|
inline |
Apply the delivery state and optionally settle the sent delivery with the remote.
- Parameters
-
state | The delivery state to apply to the sent delivery |
settle | Optionally settle the delivery that was sent |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.ITracker.
◆ DispositionAsync()
Task< ITracker > Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.DispositionAsync |
( |
IDeliveryState |
state, |
|
|
bool |
settle |
|
) |
| |
|
inline |
Apply the delivery state and optionally settle the sent delivery with the remote. The method returns a Task that will be completed once any required IO operations in order to apply the disposition have been completed.
- Parameters
-
state | The delivery state to apply to the sent delivery |
settle | Optionally settle the delivery that was sent |
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.ITracker.
◆ Settle()
ITracker Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.Settle |
( |
| ) |
|
|
inline |
◆ SettleAsync()
Task< ITracker > Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.SettleAsync |
( |
| ) |
|
|
inline |
Settles the sent delivery if not performing auto-settlement on the sender and returns a Task that will be completed once any IO operations required by the settlement have completed.
- Returns
- This tracker instance
Implements Apache.Qpid.Proton.Client.ITracker.
◆ RemoteSettled
bool Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.RemoteSettled |
|
get |
◆ RemoteState
IDeliveryState Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.RemoteState |
|
get |
◆ Sender
ISender Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.Sender |
|
get |
◆ Settled
bool Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.Settled |
|
get |
◆ SettlementTask
Task<ITracker> Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.SettlementTask |
|
get |
Gets a task that will be completed once the remote has settled the sent delivery, or will indicate an error if the connection fails before the remote can settle. If the sender sent the tracked delivery settled the task returned will already be completed.
Implements Apache.Qpid.Proton.Client.ITracker.
◆ State
IDeliveryState Apache.Qpid.Proton.Client.Implementation.ClientNoOpTracker.State |
|
get |
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/Implementation/ClientNoOpTracker.cs