Interface CallInfo

All Known Implementing Classes:
CallInfoImpl

public interface CallInfo
Contains information about the service call made when calling ClientFactory.infoOf(java.util.function.Consumer<T>).
  • Method Summary

    Modifier and Type
    Method
    Description
    The HTTP method used in the call, like "GET", "POST", etc..
    uri()
    The URI used in the call.
  • Method Details

    • method

      String method()
      The HTTP method used in the call, like "GET", "POST", etc..
      Returns:
      the HTTP method
    • uri

      URI uri()
      The URI used in the call. Can be relative or absolute, depending on the client configuration that was used to produce the harvester that created this instance.
      Returns:
      the URI that'd be called