pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

make Middleware a single method interface #135

Closed pmlopes closed 10 years ago

pmlopes commented 10 years ago

In order to take advantage of Java8 lambdas middleware cannot be a abstract class as it is now but a functional interface