Package org.apache.qpid.protonj2.engine
Interface LinkCreditState
- All Known Implementing Classes:
- ProtonLinkCreditState
public interface LinkCreditState
State object holding information about the current link credit
- 
Method Details- 
getCreditint getCredit()The currently available credit for this link- Returns:
- the current amount of link credit
 
- 
getDeliveryCountint getDeliveryCount()The current delivery count value for this link- Returns:
- the current delivery count value for the link.
 
- 
isDrainboolean isDrain()- Returns:
- true if the link drain is active.
 
- 
isEchoboolean isEcho()- Returns:
- true if the link has been requested to echo its state.
 
 
-