Package org.apache.arrow.flight.grpc
Class ServerInterceptorAdapter.KeyFactory<T extends FlightServerMiddleware>
java.lang.Object
org.apache.arrow.flight.grpc.ServerInterceptorAdapter.KeyFactory<T>
- Type Parameters:
T
- The middleware type.
- Enclosing class:
- ServerInterceptorAdapter
public static class ServerInterceptorAdapter.KeyFactory<T extends FlightServerMiddleware>
extends Object
A combination of a middleware Key and factory.
-
Constructor Summary
ConstructorDescriptionKeyFactory
(FlightServerMiddleware.Key<T> key, FlightServerMiddleware.Factory<T> factory) -
Method Summary
-
Constructor Details
-
KeyFactory
-