0

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 :)

user3159152
  • 611
  • 4
  • 12
  • 20

1 Answers1

1

Did you have a look at the docs?

Relevant links:

johanandren
  • 11,249
  • 1
  • 25
  • 30