public interface Route extends Serializable
Modifier and Type | Method and Description |
---|---|
default Payload |
apply(String uri,
Context context) |
Object |
body(Context context) |
boolean |
matchMethod(String method) |
boolean |
matchUri(String uri) |
Copyright © 2015. All Rights Reserved.