Interface ReloadableResourcesRegistry

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ReloadableResourcesRegistry
Register reloadable resources so that they may be made available for querying and/or updating.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(ReloadableResource reloadableResource)
    Register a reloadable resource.