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