Skip to content

Instantly share code, notes, and snippets.

@ssouris
Last active June 2, 2017 17:07
Show Gist options
  • Select an option

  • Save ssouris/13b752ce78b48a78c376103caa5547b6 to your computer and use it in GitHub Desktop.

Select an option

Save ssouris/13b752ce78b48a78c376103caa5547b6 to your computer and use it in GitHub Desktop.
@FunctionalInterface
public interface HandlerFunction<T extends ServerResponse> {
Mono<T> handle(ServerRequest request);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment