ErrorLoggingBaseHandler Class
- java.
lang. Object - BaseHandler
- com.
microsoft. azure. sdk. iot. provisioning. device. transport. amqp. ErrorLoggingBaseHandler
- com.
public class ErrorLoggingBaseHandler
Field Summary
Modifier and Type | Field and Description |
---|---|
Proton |
protonJExceptionParser |
Method Summary
Modifier and Type | Method and Description |
---|---|
void | onConnectionRemoteClose(Event event) |
void | onLinkRemoteClose(Event event) |
void | onSessionRemoteClose(Event event) |
void | onTransportError(Event event) |
Field Details
protonJExceptionParser
protected ProtonJExceptionParser protonJExceptionParser
Method Details
onConnectionRemoteClose
public void onConnectionRemoteClose(Event event)
Parameters:
event
onLinkRemoteClose
public void onLinkRemoteClose(Event event)
Parameters:
event
onSessionRemoteClose
public void onSessionRemoteClose(Event event)
Parameters:
event
onTransportError
public void onTransportError(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