Package org.duracloud.account.db.model
Class RabbitmqConfig
java.lang.Object
org.duracloud.account.db.model.RabbitmqConfig
A class of RabbitMQ configuration parameters.
- Author:
- Andy Foster Date: 2021/05/06
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getId()getPort()getVhost()voidvoidvoidsetPassword(String password) voidvoidsetUsername(String username) void
-
Field Details
-
id
-
-
Constructor Details
-
RabbitmqConfig
public RabbitmqConfig()
-
-
Method Details
-
getId
-
setId
-
getHost
-
setHost
-
getPort
-
setPort
-
getVhost
-
setVhost
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-