Interface BindingAwareBroker.RoutedRpcRegistration<T extends RpcService>

    • Method Detail

      • registerInstance

        @Deprecated
        void registerInstance​(Class<? extends BaseIdentity> context,
                              InstanceIdentifier<?> instance)
        Deprecated.
        in favor of RoutedRegistration#registerPath(Object, Object).
        Register particular instance identifier to be processed by this RpcService.
      • unregisterInstance

        @Deprecated
        void unregisterInstance​(Class<? extends BaseIdentity> context,
                                InstanceIdentifier<?> instance)
        Deprecated.
        in favor of RoutedRegistration#unregisterPath(Class, InstanceIdentifier).
        Unregister particular instance identifier to be processed by this RpcService.