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 theclose
method when the registration is no longer needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceRegistration
-
-