com.elixirtech.ers2.client

Members list

Type members

Classlikes

sealed trait Entry

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class IntEntry
class LongEntry
class StringEntry
object EntryBuilder

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class Header(name: String, value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class IntEntry(name: String, content: Int) extends Entry

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Entry
class Object
trait Matchable
class Any
Show all
object JobInfo

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
JobInfo.type
class JobInfo(headers: Map[String, Entry]) extends IJobInfo

Attributes

Companion
object
Supertypes
trait IJobInfo
class Object
trait Matchable
class Any
final case class LongEntry(name: String, content: Long) extends Entry

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Entry
class Object
trait Matchable
class Any
Show all
final case class StringEntry(name: String, content: String) extends Entry

Attributes

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