Interface MessageReader


@API(status=STABLE) public interface MessageReader
  • Method Summary

    Modifier and Type
    Method
    Description
    <I> I
    read(com.google.common.reflect.TypeToken<I> type, org.springframework.http.client.ClientHttpResponse response)
     
  • Method Details

    • read

      <I> I read(com.google.common.reflect.TypeToken<I> type, org.springframework.http.client.ClientHttpResponse response) throws IOException
      Throws:
      IOException