Package com.linkedin.alpini.router.api
Interface PartitionDispatchHandler4<H,P extends ResourcePath<K>,K>
-
- All Superinterfaces:
PartitionDispatchHandler<H,P,K,BasicHttpRequest,io.netty.handler.codec.http.FullHttpResponse,io.netty.handler.codec.http.HttpResponseStatus>
- All Known Implementing Classes:
VeniceDispatcher
@NettyVersion(NETTY_4_1) public interface PartitionDispatchHandler4<H,P extends ResourcePath<K>,K> extends PartitionDispatchHandler<H,P,K,BasicHttpRequest,io.netty.handler.codec.http.FullHttpResponse,io.netty.handler.codec.http.HttpResponseStatus>
-
-
Method Summary
Static Methods Modifier and Type Method Description static <H,P extends ResourcePath<K>,K>
PartitionDispatchHandler4<H,P,K>wrap(PartitionDispatchHandler4<H,P,K> dispatchHandler)
-
Methods inherited from interface com.linkedin.alpini.router.api.PartitionDispatchHandler
dispatch
-
-
-
-
Method Detail
-
wrap
static <H,P extends ResourcePath<K>,K> PartitionDispatchHandler4<H,P,K> wrap(PartitionDispatchHandler4<H,P,K> dispatchHandler)
-
-