Over ride yang show command with action point worker

Hi,
For backward compatibility purpose need to override existing show command defined in the yang with a action point. Is it possible ?

"show bgp neighbor brief " registered by process a. Now we wanted to use the same command, using action point worker registered by process b. Can we achieve this ?

Thanks
Phani

I’m not sure I understand. If you start an application that registers a callpoint (actionpoint, cmdpoint, …) and then another application that registers the same callpoint, the registration is replaced. You can see something like this in your devel.log:

<INFO> 12-Oct-2022::14:22:05.044 box confd[<0.390.0>]: devel-c Daemon actions_daemon replaced registration for callpoint items

Is that what you are asking?