Interface ListenerV2Service

    • Method Detail

      • list

        List<? extends ListenerV2> list()
        List all listeners that the current tenant has access to
        Returns:
        list of all listeners
      • list

        List<? extends ListenerV2> list​(Map<String,​String> filteringParams)
        Returns list of listeners filtered by parameters.
        Parameters:
        filteringParams - map (name, value) of filtering parameters
        Returns:
        List
      • get

        ListenerV2 get​(String listenerId)
        Get the specified listener by ID
        Returns:
        the listener or null if not found
      • delete

        ActionResponse delete​(String listenerId)
        Delete the specified listener by ID
        Returns:
        the action response