Interface ActiveMQServerConnectionPlugin
- All Superinterfaces:
ActiveMQServerBasePlugin
- All Known Subinterfaces:
ActiveMQServerPlugin
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
afterCreateConnection
(RemotingConnection connection) A connection has been created.default void
afterDestroyConnection
(RemotingConnection connection) A connection has been destroyed.Methods inherited from interface org.apache.activemq.artemis.core.server.plugin.ActiveMQServerBasePlugin
init, registered, setInit, unregistered
-
Method Details
-
afterCreateConnection
A connection has been created.- Parameters:
connection
- The newly created connection- Throws:
ActiveMQException
-
afterDestroyConnection
A connection has been destroyed.- Parameters:
connection
-- Throws:
ActiveMQException
-