SchemaChangeListenerConfig

final case class SchemaChangeListenerConfig(classes: List[String])

A session-wide component that listens for node state changes. If it is not qualified, the driver assumes that it resides in the package com.datastax.oss.driver.internal.core.metadata.schema.

The driver provides a single no-op implementation out of the box: NoopSchemaChangeListener.

You can also specify a custom class that implements SchemaChangeListener and has a public constructor with a DriverContext argument.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product