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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceorg.opendaylight.yangtools.concepts.Registration
-
-