case classUriInfo(key: String, login: String, password: String, uri: String) extends Product with Serializable
Model to keep information about one rabbitmq instance.
key - human readable name that will be displayed, expected to be unique
login, password - authentication for the rabbitmq virtual instance
uri - uri of the rabbitmq virtual instance
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Model to keep information about one rabbitmq instance. key - human readable name that will be displayed, expected to be unique login, password - authentication for the rabbitmq virtual instance uri - uri of the rabbitmq virtual instance