Interface ServiceBinder


@Deprecated(forRemoval=true, since="4.0.8") public interface ServiceBinder
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Responsible for binding service providers to the service registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bind(ServiceProvider<?> serviceProvider)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Bind a service provider instance into the backing Services service registry.
  • Method Details

    • bind

      void bind(ServiceProvider<?> serviceProvider)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Bind a service provider instance into the backing Services service registry.
      Parameters:
      serviceProvider - the service provider to bind into the service registry