ReportingDaemon

caliban.reporting.ReportingDaemon
See theReportingDaemon companion object

Manages schema reporting on start up, can be provided a set of ReportingRefs which will then be periodically sent to apollo

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def register(ref: SchemaReportingRef[_])(implicit trace: Trace): ZIO[Scope, Nothing, Unit]

Registers a schema reference for upload. Returns a managed which can be used to manage the lifespan of the reporting.

Registers a schema reference for upload. Returns a managed which can be used to manage the lifespan of the reporting.

Attributes