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.

Value parameters

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

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product