EmbeddedSR

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

An instance of an embedded Schema Registry app.

Value parameters

app

the Schema Registry app.

Attributes

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

Members list

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