| Package | Description |
|---|---|
| org.apache.activemq.artemis.protocol.amqp.client |
This contains a very limited ClientProtocolmanager for AMQP / Proton
Where it only satisfies very basic functionality.
|
| org.apache.activemq.artemis.protocol.amqp.proton |
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
|
| org.apache.activemq.artemis.protocol.amqp.proton.handler |
| Modifier and Type | Method and Description |
|---|---|
ActiveMQProtonRemotingConnection |
AMQPClientConnectionFactory.createConnection(ProtonProtocolManager protocolManager,
Connection connection,
Optional<EventHandler> eventHandler,
ClientSASLFactory clientSASLFactory) |
| Constructor and Description |
|---|
ProtonClientConnectionManager(AMQPClientConnectionFactory connectionFactory,
Optional<EventHandler> eventHandler,
ClientSASLFactory clientSASLFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQPConnectionContext |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQPConnectionContext.addEventHandler(EventHandler eventHandler) |
| Modifier and Type | Method and Description |
|---|---|
ProtonHandler |
ProtonHandler.addEventHandler(EventHandler handler) |
static void |
Events.dispatch(org.apache.qpid.proton.engine.Event event,
EventHandler handler) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.