LoggingFlowController Class
- java.
lang. Object - BaseHandler
- com.
microsoft. azure. sdk. iot. device. transport. amqps. LoggingFlowController
- com.
public class LoggingFlowController
Copy of org.apache.qpid.proton.reactor.FlowController but with some small edits for logging purposes.
Use this FlowController to automatically flow link credit back to the service from this client's receiver links after each delivery on the receiver link.
Constructor Summary
Constructor | Description | |
---|---|---|
LoggingFlowController(String linkCorrelationId) |
Method Summary
Modifier and Type | Method and Description |
---|---|
void | onUnhandled(Event event) |
Constructor Details
LoggingFlowController
public LoggingFlowController(String linkCorrelationId)
Parameters:
linkCorrelationId
Method Details
onUnhandled
public void onUnhandled(Event event)
Parameters:
event
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java