Package-level declarations
Types
Link copied to clipboard
An implementation of Namespace that matches subjects based on Ant style path patterns.
Link copied to clipboard
Link copied to clipboard
class ReadWriteLock
A non-reentrant suspending implementation of a Read-Write lock.
Link copied to clipboard
Configuration for creating a DataSource via SimpleDataSourceFactory.
Link copied to clipboard
object SimpleDataSourceFactory
A factory for creating DataSource instances from simplified configurations. Allows easy setup for tests and examples.
Functions
Link copied to clipboard
Use this instead of kotlinx.coroutines.withTimeout as that throws TimeoutCancellationException which extends CancellationException and can result in unexpected behaviour