RemoteLwcEventClient

com.netflix.atlas.lwc.events.RemoteLwcEventClient
See theRemoteLwcEventClient companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class EvalPayload(timestamp: Long, metrics: List[DatapointEvent], events: List[Event])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Event(id: String, payload: LwcEvent)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Expressions(expressions: List[Subscription])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def createExecutorService: ExecutorService

On JDK21 uses virtual threads, on earlier versions uses fixed thread pool based on number of cores.

On JDK21 uses virtual threads, on earlier versions uses fixed thread pool based on number of cores.

Attributes