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>
- 
Method SummaryMethods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistrationgetInstance
- 
Method Details- 
closevoid close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- org.opendaylight.yangtools.concepts.Registration
 
 
-