ErrorLoggingBaseHandler Class

  • java.lang.Object
    • BaseHandler
      • com.microsoft.azure.sdk.iot.service.transport.amqps.ErrorLoggingBaseHandler

public class ErrorLoggingBaseHandler

Field Summary

Modifier and Type Field and Description
Consumer<ErrorContext> errorProcessor
ProtonJExceptionParser 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

errorProcessor

protected Consumer errorProcessor

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