Interface LiveDataSourceResource


  • public interface LiveDataSourceResource
    Exposes a LiveDataSource through REST.
    Since:
    12.10
    Version:
    $Id: 583cfe6b18de107f049a91a55906b4056552aeb1 $
    • Method Detail

      • getSource

        Source getSource​(String sourceId,
                         String namespace)
                  throws Exception
        Provides information about the specified live data source component.
        Parameters:
        sourceId - indicates the live data source component implementation
        namespace - the component manager name-space where to look for the specified live data source; if not specified then the context / current names-pace is used
        Returns:
        information about the specified live data source
        Throws:
        Exception - if retrieving the specified live data source fails