Interface OutboundQueueHandlerRegistration<T extends OutboundQueueHandler>

Type Parameters:
T - Handler type
All Superinterfaces:
AutoCloseable, org.opendaylight.yangtools.concepts.ObjectRegistration<T>, org.opendaylight.yangtools.concepts.Registration

@Beta public interface OutboundQueueHandlerRegistration<T extends OutboundQueueHandler> extends org.opendaylight.yangtools.concepts.ObjectRegistration<T>
An ObjectRegistration of a OutboundQueueHandler. Registration can be cancelled by invoking close().
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration

    getInstance
  • Method Details

    • close

      void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.opendaylight.yangtools.concepts.Registration