Strategy

object Strategy
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Dedicated[R](runtime: Runtime[R], group: EventLoopGroup) extends Strategy[R]
case class Default[R](runtime: Runtime[R]) extends Strategy[R]
case class Group[R](runtime: Runtime[R], group: EventLoopGroup) extends Strategy[R]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def dedicated[R](group: EventLoopGroup): ZIO[R, Nothing, Strategy[R]]
def default[R](): ZIO[R, Nothing, Strategy[R]]
def sticky[R](group: EventLoopGroup): ZIO[R, Nothing, Strategy[R]]