public class ProtonServerConnectionContextFactory extends AMQPConnectionContextFactory
Constructor and Description |
---|
ProtonServerConnectionContextFactory() |
Modifier and Type | Method and Description |
---|---|
AMQPServerConnectionContext |
createConnection(AMQPConnectionCallback connectionCallback,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
AMQPServerConnectionContext |
createConnection(AMQPConnectionCallback connectionCallback,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
static ProtonServerConnectionContextFactory |
getFactory() |
public ProtonServerConnectionContextFactory()
public static ProtonServerConnectionContextFactory getFactory()
public AMQPServerConnectionContext createConnection(AMQPConnectionCallback connectionCallback, Executor dispatchExecutor, ScheduledExecutorService scheduledPool)
createConnection
in class AMQPConnectionContextFactory
public AMQPServerConnectionContext 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.