public class ProtonClientConnectionContextFactory extends AMQPConnectionContextFactory
Constructor and Description |
---|
ProtonClientConnectionContextFactory() |
Modifier and Type | Method and Description |
---|---|
AMQPConnectionContext |
createConnection(AMQPConnectionCallback connectionCallback,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
AMQPConnectionContext |
createConnection(AMQPConnectionCallback connectionCallback,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
static AMQPConnectionContextFactory |
getFactory() |
public ProtonClientConnectionContextFactory()
public static AMQPConnectionContextFactory getFactory()
public AMQPConnectionContext createConnection(AMQPConnectionCallback connectionCallback, Executor dispatchExecutor, ScheduledExecutorService scheduledPool)
createConnection
in class AMQPConnectionContextFactory
public AMQPConnectionContext createConnection(AMQPConnectionCallback connectionCallback, String containerId, int idleTimeout, int maxFrameSize, int channelMax, Executor dispatchExecutor, ScheduledExecutorService scheduledPool)
createConnection
in class AMQPConnectionContextFactory
Copyright © 2016 The Apache Software Foundation. All rights reserved.