Connection

channels.Connection
trait Connection[T]

Connections are bidirectional. Receiving is handled by the incoming handler of the latent connection.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def close(): Unit
def send(message: T): Async[Any, Unit]

Concrete methods