EventSource

final case class EventSource(component: Option[String], host: Option[String])

EventSource contains information for an event.

Source:
EventSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if component has a value, transforms to the result of function

if component has a value, transforms to the result of function

Source:
EventSource.scala

if host has a value, transforms to the result of function

if host has a value, transforms to the result of function

Source:
EventSource.scala

Returns a new data with component set to new value

Returns a new data with component set to new value

Source:
EventSource.scala

Returns a new data with host set to new value

Returns a new data with host set to new value

Source:
EventSource.scala

Inherited methods

Inherited from:
Product