public interface ClientProducerCreditManager
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
creditsMapSize() |
ClientProducerCredits |
getCredits(SimpleString address,
boolean anon,
SessionContext context) |
void |
receiveCredits(SimpleString address,
int credits) |
void |
receiveFailCredits(SimpleString address,
int credits) |
void |
reset() |
void |
returnCredits(SimpleString address) |
int |
unReferencedCreditsSize() |
ClientProducerCredits getCredits(SimpleString address, boolean anon, SessionContext context)
void returnCredits(SimpleString address)
void receiveCredits(SimpleString address, int credits)
void receiveFailCredits(SimpleString address, int credits)
void reset()
void close()
int creditsMapSize()
int unReferencedCreditsSize()
Copyright © 2017 JBoss by Red Hat. All rights reserved.