Skip to content
#

thrift-server

Here are 29 public repositories matching this topic...

trustin
trustin commented Apr 16, 2022

AnnotatedServiceBindingBuilder and VirtualHostAnnotatedServiceBindingBuilder currently don't share a common interface for its methods, such as pathPrefix() and exceptionHandlers(). This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interface AnnotatedServiceConfigSetters, we could prevent such a mistake.

Improve this page

Add a description, image, and links to the thrift-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thrift-server topic, visit your repo's landing page and select "manage topics."

Learn more