I am going through Akka documentation and could not understand one argument. I tried searching over the Internet and API, but I could not reason out this.
ScatterGatherFirstCompletedRouter is defined with one of the constructor argument as
within: FiniteDuration
The documentation only says
You have to define the 'within: Duration' parameter (for example: within = 10 seconds).
But it does not explain what it means. What does within
mean above? In fact at many a places in the Akka API, the arguments are not explained, leaving me bewildered.