Interface DataMapper<T>


public interface DataMapper<T>
An abstraction to transform data bytes of HttpMessages or HttpEntities
  • Method Summary

    Modifier and Type
    Method
    Description
    transformDataBytes(T t, org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,?> transformer)
     
  • Method Details

    • transformDataBytes

      T transformDataBytes(T t, org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,?> transformer)