Rabbitmq Reconfigurator
expect class RabbitmqReconfigurator(hostname: String = "localhost", port: Int = 5672, username: String = "guest", password: String = "guest", virtualHost: String = "/") : Reconfigurator
Implement the Reconfigurator interface relying on RabbitMQ as a platform for communication.
actual class RabbitmqReconfigurator(hostname: String, port: Int, username: String, password: String, virtualHost: String) : Reconfigurator
Implement the Reconfigurator interface relying on RabbitMQ as a platform for communication.