Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface Postbox

Postbox is the storage mechanism for requests that are to be processed asynchronously.

Link copied to clipboard
sealed class PostboxError
Link copied to clipboard
class PostboxHandlers(transactor: PostboxTransactor, responseGenerator: PendingResponseGenerator = Empty)

Configures HTTP handlers for a transactional postbox.

Link copied to clipboard
Link copied to clipboard
class RequestId : AbstractValue<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard