ChannelEvent

zio.http.ChannelEvent$
See theChannelEvent companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class ChannelRead[A](message: A) extends Event[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event[A]
class Object
trait Matchable
class Any
case object ChannelRegistered extends Event[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Event[Nothing]
class Object
trait Matchable
class Any
Self type
case object ChannelUnregistered extends Event[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Event[Nothing]
class Object
trait Matchable
class Any
Self type
sealed trait Event[+A]

Immutable and type-safe representation of events that are triggered on a channel.

Immutable and type-safe representation of events that are triggered on a channel.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
final case class ExceptionCaught(cause: Throwable) extends Event[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event[Nothing]
class Object
trait Matchable
class Any
object UserEvent

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait UserEvent

Custom user-events that are triggered within ZIO Http

Custom user-events that are triggered within ZIO Http

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HandshakeComplete.type
object HandshakeTimeout.type
case class UserEventTriggered(event: UserEvent) extends Event[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event[Nothing]
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members