+doc add java example for onCompleteWithBreaker (#20675)
* +doc #20198 add java example for onCompleteWithBreaker * =doc fix sphinx warnings
This commit is contained in:
parent
3f8dacfd44
commit
fe47d596bc
4 changed files with 55 additions and 5 deletions
|
|
@ -10,8 +10,8 @@ import docs.http.scaladsl.server.RoutingSpec
|
|||
|
||||
import scala.concurrent.Future
|
||||
import scala.concurrent.duration._
|
||||
import scala.util.{Failure, Success}
|
||||
import akka.http.scaladsl.server.{CircuitBreakerOpenRejection, ExceptionHandler, Route}
|
||||
import scala.util.{ Failure, Success }
|
||||
import akka.http.scaladsl.server.{ CircuitBreakerOpenRejection, ExceptionHandler, Route }
|
||||
import akka.util.Timeout
|
||||
import akka.http.scaladsl.model._
|
||||
import StatusCodes._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue