Package-level declarations

Types

Link copied to clipboard
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.

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.

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.

Functions

Link copied to clipboard
fun defaultRabbitMQRemotePlace(): RemotePlaceProvider

Default representation for a RemotePlaceProvider used by the RabbitmqCommunicator.