Nordstrom / xrpc

Simple, production ready Java API server built on top of functional composition.
Apache License 2.0
17 stars 17 forks source link

Add service iface for proto server generation #183

Closed andyday closed 6 years ago

andyday commented 6 years ago

This adds a simple Service interface that can be added to routes. The proto generated java will implement this interface.

jkinkead commented 6 years ago

Awesome, LGTM! Sorry this took so long. :)