Interface Registration

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

public interface Registration extends AutoCloseable
Encapsulates a registration.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes this registration from the associated Registrar, after which this object is no longer functional.
  • Method Details

    • close

      void close()
      Removes this registration from the associated Registrar, after which this object is no longer functional.
      Specified by:
      close in interface AutoCloseable