user3159152
user3159152

Reputation: 611

Akka HTTP client akka-http akka-http-jackson

I am trying to make an actor calls a simple GET on rest service. For that I'm using akka-http-experimental_2.11, and akka-http-jackson-experimental_2.11. Try as I might I couldn't find a comprehensible java example. The call is to be made async and the response mapped to a POJO.

Can you please help? I'm lost between Sinks, Flows and CompletionStage<HttpResponse>s.

Thank you java hAkkers :)

Upvotes: 0

Views: 449

Answers (1)

johanandren
johanandren

Reputation: 11479

Did you have a look at the docs?

Relevant links:

Upvotes: 1

Related Questions