EmbeddedSR

io.github.embeddedkafka.schemaregistry.EmbeddedSR
case class EmbeddedSR(app: SchemaRegistryRestApplication)

An instance of an embedded Schema Registry app.

Attributes

app

the Schema Registry app.

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

Members list

Concise view

Value members

Concrete methods

override def stop(clearLogs: Boolean): Unit

Shuts down the app.

Shuts down the app.

Attributes

Definition Classes
EmbeddedServer

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product