Interface Registration

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
ServiceProviderRegistration<T>

@Deprecated(forRemoval=true) public interface Registration extends AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by Registration.
Encapsulates a registration.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Removes this registration from the associated Registrar, after which this object is no longer functional.
  • Method Details

    • close

      void close()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Removes this registration from the associated Registrar, after which this object is no longer functional.
      Specified by:
      close in interface AutoCloseable