public class RabbitAddress extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AMQP_SCHEME |
static String |
AMQPS_SCHEME |
Constructor and Description |
---|
RabbitAddress(String address) |
RabbitAddress(String protocol,
String host,
Integer port,
String username,
String password,
String virtualHost) |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getPassword() |
Integer |
getPort() |
String |
getProtocol() |
String |
getUsername() |
String |
getVirtualHost() |
public static final String AMQP_SCHEME
public static final String AMQPS_SCHEME
public RabbitAddress(String address)
Copyright © 2021. All rights reserved.