Skip to content

Instantly share code, notes, and snippets.

@ssouris
Last active June 2, 2017 17:06
Show Gist options
  • Save ssouris/40017bef48e2467a8de5254bb9f3093f to your computer and use it in GitHub Desktop.
Save ssouris/40017bef48e2467a8de5254bb9f3093f to your computer and use it in GitHub Desktop.
@FunctionalInterface
public interface RouterFunction<T extends ServerResponse> {
Mono<HandlerFunction<T>> route(ServerRequest request);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment