Packages

package registries

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Registry extends Product with Serializable

    ADT supporting all native (from resolver-config) registries

  2. trait RegistryLookup[F[_]] extends AnyRef

    A capability of F to communicate with Iglu registries, using RepositoryRef ADT, in order to lookup for schemas or get schema lists

    A capability of F to communicate with Iglu registries, using RepositoryRef ADT, in order to lookup for schemas or get schema lists

    F

    effect type, preferably referentially-transparent, but can be Id in case of distributed engine like Spark

Value Members

  1. object JavaNetRegistryLookup
  2. object Registry extends Serializable
  3. object RegistryLookup

Ungrouped