Interface ServiceContributor


  • public interface ServiceContributor
    Contract for contributing services.
    ImplSpec:
    Implementations can be auto-discovered via Java's ServiceLoader mechanism.
    • Method Detail

      • contribute

        void contribute​(StandardServiceRegistryBuilder serviceRegistryBuilder)
        Contribute services to the indicated registry builder.
        Parameters:
        serviceRegistryBuilder - The builder to which services (or initiators) should be contributed.