Interface Registration

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
CommandDispatcher<M,C>, Registry<M,K,V>, ServiceProviderRegistration<T,M>

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

    Fields
    Modifier and Type
    Field
    Description
    static final Registration
     
  • Method Summary

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

  • 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