Package-level declarations

Types

Link copied to clipboard
class PylonRegistry<T : Keyed>(val key: PylonRegistryKey<T>) : Iterable<T>
Link copied to clipboard
data class PylonRegistryKey<T>(val namespace: String, val path: String) : Record
Link copied to clipboard
interface RegistryHandler

Implement this interface to detect when something is registered or unregistered in a PylonRegistry