Interface ServiceContributor

All Known Implementing Classes:
EnversServiceContributor, SpatialInitializer

@JavaServiceLoadable public interface ServiceContributor
Contract for contributing services.
Implementation Specification:
Implementations can be auto-discovered via Java's ServiceLoader mechanism.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Contribute services to the indicated registry builder.
  • Method Details

    • contribute

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