Class ProtonClientProtocolManager

All Implemented Interfaces:
org.apache.activemq.artemis.core.server.management.NotificationListener, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler>, ClientProtocolManager

public class ProtonClientProtocolManager extends ProtonProtocolManager implements ClientProtocolManager
Handles proton protocol management for clients, mapping the ProtonProtocolManager to the ClientProtocolManager API. This is currently very basic and only supports Connecting to a broker, which will be useful in scenarios where the broker needs to connect to another broker through AMQP into another broker (like Interconnect) that will perform extra functionality.