Class ActiveMQStompProtocolLogger_impl
java.lang.Object
org.apache.activemq.artemis.core.protocol.stomp.ActiveMQStompProtocolLogger_impl
- All Implemented Interfaces:
ActiveMQStompProtocolLogger
-
Field Summary
Fields inherited from interface org.apache.activemq.artemis.core.protocol.stomp.ActiveMQStompProtocolLogger
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnectionClosed(StompConnection connection) voiderrorSendingFrame(StompFrame frame, Exception e) voidsentErrorToClient(String address, String message) voidunableToSendMessageToClient(ICoreMessage message, Exception e)
-
Constructor Details
-
ActiveMQStompProtocolLogger_impl
public ActiveMQStompProtocolLogger_impl(org.slf4j.Logger logger)
-
-
Method Details
-
connectionClosed
- Specified by:
connectionClosedin interfaceActiveMQStompProtocolLogger
-
sentErrorToClient
- Specified by:
sentErrorToClientin interfaceActiveMQStompProtocolLogger
-
errorSendingFrame
- Specified by:
errorSendingFramein interfaceActiveMQStompProtocolLogger
-
unableToSendMessageToClient
- Specified by:
unableToSendMessageToClientin interfaceActiveMQStompProtocolLogger
-