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
Modifier and TypeMethodDescriptionstatic <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 Details
-
wrap
static <H,P extends ResourcePath<K>, PartitionDispatchHandler4<H,K> P, wrapK> (PartitionDispatchHandler4<H, P, K> dispatchHandler)
-