Package org.apache.druid.query.lookup
Interface LookupIntrospectHandler
-
public interface LookupIntrospectHandlerThis interface is empty because it only exists to signal intent. The actual http endpoints are provided through JAX-RS annotations on theLookupIntrospectHandlerobjects. Note that, if you decide to implementLookupExtractorFactory.getIntrospectHandler()as request scoped, thereforeLookupIntrospectHandlershould have as light of a footprint as possible.