ServerStateObservation

io.ino.solrs.ServerStateObservation
case class ServerStateObservation[F[_]](serverStateObserver: ServerStateObserver[F], checkInterval: FiniteDuration, executorService: ScheduledExecutorService, futureFactory: FutureFactory[F])

Configuration for scheduled server state observation.

Attributes

checkInterval

the interval to check server state

executorService

the scheduler used to poll for state changes

futureFactory

factory to create promise/future types.

serverStateObserver

the observer that checks server state

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product