Interface ProbeInfo


public interface ProbeInfo
Data object that holds informaton about registered interceptors.

This object is returned by Connection.getProbeInfo().

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a map with the interceptor descriptions as keys and payload ids as values.
    Returns a map with the payload ids as keys and interceptor descriptions as values.
  • Method Details

    • getIdToDescription

      Map<Integer,String> getIdToDescription()
      Returns a map with the payload ids as keys and interceptor descriptions as values.
      Returns:
      the map
    • getDescriptionToId

      Map<String,Integer> getDescriptionToId()
      Returns a map with the interceptor descriptions as keys and payload ids as values.
      Returns:
      the map