Interface MethodHandlerSupplier

All Known Implementing Classes:
BidirectionalMethodHandlerSupplier, ClientStreamingMethodHandlerSupplier, ServerStreamingMethodHandlerSupplier, UnaryMethodHandlerSupplier

public interface MethodHandlerSupplier
A supplier of MethodHandlers for AnnotatedMethods.

Implementation classes may be annotated with Weight to influence their order when determining which supplier is used if more than one supplier is able to supply a handler for a method.