Interface BindingAwareBroker.RpcRegistration<T extends RpcService>
-
- Type Parameters:
T- the implemented RPC service interface
- All Superinterfaces:
AutoCloseable,ObjectRegistration<T>,Registration
- All Known Subinterfaces:
BindingAwareBroker.RoutedRpcRegistration<T>
- Enclosing interface:
- BindingAwareBroker
public static interface BindingAwareBroker.RpcRegistration<T extends RpcService> extends ObjectRegistration<T>
Represents an RPC implementation registration. Users should call theclosemethod when the registration is no longer needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Class<T>getServiceType()Returns the implemented RPC service interface.-
Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceRegistration
-
-