Listener Management API in Pega 7.4
Hello People,
Can someone help me by listing down the functions available under ListenerManagementAPI in Pega 7.4.
Below is an example of a function being used in a java step that fetches the list of available listener types on a given node.
ClipboardPage listenerMgmtPage = ((PegaAPI)tools).getSystemOperationsProvider().getListenerManagementAPI().getAvailableListenerTypes();
Below is an example of a function being used in a java step that fetches the list of running listeners on a given node.
ClipboardPage listenerMgmtPage = ((PegaAPI)tools).getSystemOperationsProvider().getListenerManagementAPI().getRunningListeners(tools.getParamValue("NodeId"));
Expecting such functions if there are any, like function to fetch listeners that are stopped.
***Edited by Moderator: Pallavi to update platform capability tags***
Hi
Users should not be using the PegaAPIs but anyways there is no such APIs to get all listeners with stop status only. From 8.1 there are some REST APIs that can be used.