Interface ElementRegistrySupplier

All Superinterfaces:
Supplier<ElementRegistry>
All Known Implementing Classes:
ElementScopedElementRegistrySupplier, LocalElementRegistrySupplier

public interface ElementRegistrySupplier extends Supplier<ElementRegistry>
Gets a shared instance of ElementRegistry which can be used to load Element instances into the application. From within a ElementType.ISOLATED_CLASSPATH instance, this will be shared and isolated from the others.