Updated on 2022-09-01 GMT+08:00

ConnectionConfig

Path

com.roma.apic.livedata.config.v1.ConnectionConfig

Description

This class is used with RabbitMqConfig and RabbitMqProducer to configure the connection to a RabbitMQ client.

Constructor Details

public ConnectionConfig(String host, int port, String userName, String pw)

Constructs a RabbitMQ client connection configuration.