public class ErrorLoggingBaseHandler
extends org.apache.qpid.proton.engine.BaseHandler
| Modifier and Type | Field and Description |
|---|---|
protected Consumer<ErrorContext> |
errorProcessor |
protected ProtonJExceptionParser |
protonJExceptionParser |
| Constructor and Description |
|---|
ErrorLoggingBaseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionRemoteClose(org.apache.qpid.proton.engine.Event event) |
void |
onLinkRemoteClose(org.apache.qpid.proton.engine.Event event) |
void |
onSessionRemoteClose(org.apache.qpid.proton.engine.Event event) |
void |
onTransportError(org.apache.qpid.proton.engine.Event event) |
add, children, getHandler, getHandler, handle, onConnectionBound, onConnectionFinal, onConnectionInit, onConnectionLocalClose, onConnectionLocalOpen, onConnectionRemoteOpen, onConnectionUnbound, onDelivery, onLinkFinal, onLinkFlow, onLinkInit, onLinkLocalClose, onLinkLocalDetach, onLinkLocalOpen, onLinkRemoteDetach, onLinkRemoteOpen, onReactorFinal, onReactorInit, onReactorQuiesced, onSelectableError, onSelectableExpired, onSelectableFinal, onSelectableInit, onSelectableReadable, onSelectableUpdated, onSelectableWritable, onSessionFinal, onSessionInit, onSessionLocalClose, onSessionLocalOpen, onSessionRemoteOpen, onTimerTask, onTransport, onTransportClosed, onTransportHeadClosed, onTransportTailClosed, onUnhandled, setHandler, setHandlerprotected ProtonJExceptionParser protonJExceptionParser
protected Consumer<ErrorContext> errorProcessor
public void onLinkRemoteClose(org.apache.qpid.proton.engine.Event event)
onLinkRemoteClose in interface org.apache.qpid.proton.engine.CoreHandleronLinkRemoteClose in class org.apache.qpid.proton.engine.BaseHandlerpublic void onSessionRemoteClose(org.apache.qpid.proton.engine.Event event)
onSessionRemoteClose in interface org.apache.qpid.proton.engine.CoreHandleronSessionRemoteClose in class org.apache.qpid.proton.engine.BaseHandlerpublic void onConnectionRemoteClose(org.apache.qpid.proton.engine.Event event)
onConnectionRemoteClose in interface org.apache.qpid.proton.engine.CoreHandleronConnectionRemoteClose in class org.apache.qpid.proton.engine.BaseHandlerpublic void onTransportError(org.apache.qpid.proton.engine.Event event)
onTransportError in interface org.apache.qpid.proton.engine.CoreHandleronTransportError in class org.apache.qpid.proton.engine.BaseHandlerCopyright © 2024. All rights reserved.