RpcEnvelope

interface RpcEnvelope

A base interface representing messages exchanged in a clustered actor system.

Inheritors

Types

Link copied to clipboard
@Serializable
sealed interface Request : RpcEnvelope
Link copied to clipboard
@Serializable
sealed interface Response : RpcEnvelope

Represents the base type for response messages in a clustered actor system. A response carries information about the outcome or state related to a requested operation.

Properties

Link copied to clipboard
abstract val id: Long