package registries
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait Registry extends Product with Serializable
ADT supporting all native (from resolver-config) registries
- trait RegistryLookup[F[_]] extends AnyRef
A capability of
F
to communicate with Iglu registries, usingRepositoryRef
ADT, in order to lookup for schemas or get schema listsA capability of
F
to communicate with Iglu registries, usingRepositoryRef
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
- object JavaNetRegistryLookup
- object Registry extends Serializable
- object RegistryLookup