Package akka.http.javadsl.server
Interface Rejected
-
- All Superinterfaces:
RouteResult
- All Known Implementing Classes:
RouteResult.Rejected
public interface Rejected extends RouteResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<Rejection>
getRejections()
-
-
-
Method Detail
-
getRejections
java.lang.Iterable<Rejection> getRejections()
-
-