public class ConnectionParams extends Object
Constructor and Description |
---|
ConnectionParams() |
public String getUsername()
public String getPassword()
public ExecutorService getConsumerWorkServiceExecutor()
public String getVirtualHost()
public int getRequestedFrameMax()
public int getRequestedChannelMax()
public int getRequestedHeartbeat()
public int getHandshakeTimeout()
public void setHandshakeTimeout(int timeout)
public int getShutdownTimeout()
public SaslConfig getSaslConfig()
public ExceptionHandler getExceptionHandler()
public long getNetworkRecoveryInterval()
public boolean isTopologyRecoveryEnabled()
public ThreadFactory getThreadFactory()
public void setUsername(String username)
public void setPassword(String password)
public void setConsumerWorkServiceExecutor(ExecutorService consumerWorkServiceExecutor)
public void setVirtualHost(String virtualHost)
public void setRequestedFrameMax(int requestedFrameMax)
public void setRequestedChannelMax(int requestedChannelMax)
public void setRequestedHeartbeat(int requestedHeartbeat)
public void setShutdownTimeout(int shutdownTimeout)
public void setSaslConfig(SaslConfig saslConfig)
public void setNetworkRecoveryInterval(long networkRecoveryInterval)
public void setTopologyRecovery(boolean topologyRecovery)
public void setExceptionHandler(ExceptionHandler exceptionHandler)
public void setThreadFactory(ThreadFactory threadFactory)
public ExecutorService getShutdownExecutor()
public void setShutdownExecutor(ExecutorService shutdownExecutor)
public ScheduledExecutorService getHeartbeatExecutor()
public void setHeartbeatExecutor(ScheduledExecutorService heartbeatExecutor)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.