Mode

sealed interface Mode

Models the possible operation modes of a Channel.

The Local mode represents the communication between components in the same process. The Remote mode represents the communication between components remotely.

Inheritors

Types

Link copied to clipboard
data object Local : Mode

Communication in the same process.

Link copied to clipboard
data object Remote : Mode

Communication remotely.