ServerStateChangeObservable

io.ino.solrs.ServerStateChangeObservable$
See theServerStateChangeObservable companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Added(server: SolrServer, collection: String) extends StateChange

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Removed(server: SolrServer, collection: String) extends StateChange

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait StateChange

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Added
class Removed
case class StateChanged(from: SolrServer, to: SolrServer, collection: String) extends StateChange

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any