Package akka.http.scaladsl.marshalling
Interface ToResponseMarshallable
-
public interface ToResponseMarshallableSomething that can later be marshalled into a response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.concurrent.Future<HttpResponse>apply(HttpRequest request, scala.concurrent.ExecutionContext ec)Marshaller<java.lang.Object,HttpResponse>marshaller()ToResponseMarshallablevalue()
-
-
-
Method Detail
-
value
ToResponseMarshallable value()
-
marshaller
Marshaller<java.lang.Object,HttpResponse> marshaller()
-
apply
scala.concurrent.Future<HttpResponse> apply(HttpRequest request, scala.concurrent.ExecutionContext ec)
-
-