Interface DataMapper<T>
public interface DataMapper<T>
An abstraction to transform data bytes of HttpMessages or HttpEntities
-
Method Summary
Modifier and TypeMethodDescriptiontransformDataBytes
(T t, org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, ?> transformer)
-
Method Details
-
transformDataBytes
-