Skip to content

Instantly share code, notes, and snippets.

@ssouris
Last active June 2, 2017 17:07
@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