Interface ClientDataContext

  • All Superinterfaces:
    DataContext

    public interface ClientDataContext
    extends DataContext
    ClientDataContext with an added method to retrieve data for any trace. This is not available as part of the public API. This is used on the Hansken client side to retrieve data.
    • Method Detail

      • data

        RandomAccessData data​(String traceId,
                              String dataType)
        Retrieve data corresponding to the dataType of a specific trace.
        Parameters:
        traceId - id of the trace looking for data.
        dataType - datatype; e.g. raw, html.
        Returns:
        randomaccessdata representing access to the provided data.