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 Priority to influence their priority order when determining which supplier is used if more than one supplier is able to supply a handler for a method. The built-in default suppliers have a priority of zero, which is also the default priority for classes that are not annotated.