Package com.rabbitmq.stream.impl
Class Client.ClientParameters
java.lang.Object
com.rabbitmq.stream.impl.Client.ClientParameters
- Enclosing class:
Client
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbootstrapCustomizer
(Consumer<Bootstrap> bootstrapCustomizer) byteBufAllocator
(ByteBufAllocator byteBufAllocator) channelCustomizer
(Consumer<Channel> channelCustomizer) chunkChecksum
(ChunkChecksum chunkChecksum) chunkListener
(Client.ChunkListener chunkListener) clientProperties
(Map<String, String> clientProperties) clientProperty
(String key, String value) compressionCodecFactory
(CompressionCodecFactory compressionCodecFactory) consumerUpdateListener
(Client.ConsumerUpdateListener consumerUpdateListener) credentialsProvider
(CredentialsProvider credentialsProvider) creditNotification
(Client.CreditNotification creditNotification) dispatchingExecutorServiceFactory
(com.rabbitmq.stream.impl.ExecutorServiceFactory dispatchingExecutorServiceFactory) eventLoopGroup
(EventLoopGroup eventLoopGroup) executorServiceFactory
(com.rabbitmq.stream.impl.ExecutorServiceFactory executorServiceFactory) messageIgnoredListener
(Client.MessageIgnoredListener messageIgnoredListener) messageListener
(Client.MessageListener messageListener) metadataListener
(Client.MetadataListener metadataListener) metricsCollector
(MetricsCollector metricsCollector) port
(int port) publishConfirmListener
(Client.PublishConfirmListener publishConfirmListener) publishErrorListener
(Client.PublishErrorListener publishErrorListener) requestedHeartbeat
(Duration requestedHeartbeat) requestedMaxFrameSize
(int requestedMaxFrameSize) rpcTimeout
(Duration rpcTimeout) saslConfiguration
(SaslConfiguration saslConfiguration) shutdownListener
(Client.ShutdownListener shutdownListener) sslContext
(SslContext sslContext) tlsHostnameVerification
(boolean tlsHostnameVerification) virtualHost
(String virtualHost)
-
Constructor Details
-
ClientParameters
public ClientParameters()
-
-
Method Details
-
host
-
port
-
publishConfirmListener
public Client.ClientParameters publishConfirmListener(Client.PublishConfirmListener publishConfirmListener) -
publishErrorListener
public Client.ClientParameters publishErrorListener(Client.PublishErrorListener publishErrorListener) -
chunkListener
-
messageListener
-
messageIgnoredListener
public Client.ClientParameters messageIgnoredListener(Client.MessageIgnoredListener messageIgnoredListener) -
creditNotification
-
consumerUpdateListener
public Client.ClientParameters consumerUpdateListener(Client.ConsumerUpdateListener consumerUpdateListener) -
codec
-
eventLoopGroup
-
byteBufAllocator
-
saslConfiguration
-
credentialsProvider
-
username
-
password
-
virtualHost
-
requestedHeartbeat
-
requestedMaxFrameSize
-
chunkChecksum
-
clientProperties
-
clientProperty
-
metricsCollector
-
metadataListener
-
shutdownListener
-
sslContext
-
tlsHostnameVerification
-
compressionCodecFactory
public Client.ClientParameters compressionCodecFactory(CompressionCodecFactory compressionCodecFactory) -
rpcTimeout
-
dispatchingExecutorServiceFactory
public Client.ClientParameters dispatchingExecutorServiceFactory(com.rabbitmq.stream.impl.ExecutorServiceFactory dispatchingExecutorServiceFactory) -
executorServiceFactory
public Client.ClientParameters executorServiceFactory(com.rabbitmq.stream.impl.ExecutorServiceFactory executorServiceFactory) -
channelCustomizer
-
bootstrapCustomizer
-