Package org.apache.qpid.protonj2.engine
Interface LinkCreditState
- 
- All Known Implementing Classes:
 ProtonLinkCreditState
public interface LinkCreditStateState object holding information about the current link credit 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCredit()The currently available credit for this linkintgetDeliveryCount()The current delivery count value for this linkbooleanisDrain()booleanisEcho() 
 - 
 
- 
- 
Method Detail
- 
getCredit
int getCredit()
The currently available credit for this link- Returns:
 - the current amount of link credit
 
 
- 
getDeliveryCount
int getDeliveryCount()
The current delivery count value for this link- Returns:
 - the current delivery count value for the link.
 
 
- 
isDrain
boolean isDrain()
- Returns:
 - true if the link drain is active.
 
 
- 
isEcho
boolean isEcho()
- Returns:
 - true if the link has been requested to echo its state.
 
 
 - 
 
 -