+htp #20705 allows javadsl creating custom rejections
This commit is contained in:
parent
2643857e82
commit
f49708d8b7
2 changed files with 6 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ public class BasicDirectivesExamplesTest extends JUnitRouteTest {
|
|||
//#mapRouteResult
|
||||
}
|
||||
|
||||
public static final class MyCustomRejection implements akka.http.scaladsl.server.Rejection {}
|
||||
public static final class MyCustomRejection implements CustomRejection {}
|
||||
|
||||
@Test
|
||||
public void testMapRouteResultPF() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue