T - the implemented RPC service interfacepublic static interface BindingAwareBroker.RoutedRpcRegistration<T extends org.opendaylight.yangtools.yang.binding.RpcService> extends BindingAwareBroker.RpcRegistration<T>, RoutedRegistration<Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity>,org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,T>
close method when the registration is no longer needed.| Modifier and Type | Method and Description | 
|---|---|
| void | registerInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context,
                org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)Deprecated. 
 in favor of RoutedRegistration#registerPath(Object, Object). | 
| void | unregisterInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context,
                  org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)Deprecated. 
 in favor of RoutedRegistration#unregisterPath(Class, InstanceIdentifier). | 
close, getServiceTypeclose, registerPath, unregisterPath@Deprecated void registerInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)
@Deprecated void unregisterInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)
Copyright © 2019 OpenDaylight. All rights reserved.