Class ControllerEchoWithAutoDiscovery
- java.lang.Object
-
- org.apache.pinot.controller.api.resources.ControllerEchoWithAutoDiscovery
-
@Path("/test") public class ControllerEchoWithAutoDiscovery extends ObjectThis class is a typical "echo" service that will return whatever string you call GET with a path. It is both an integration test and a demonstration of how to dynamically add an endpoint to broker, create auto-service discovery
-
-
Field Summary
Fields Modifier and Type Field Description AutoLoadedServiceForTest_injectedService
-
Constructor Summary
Constructors Constructor Description ControllerEchoWithAutoDiscovery()
-
-
-
Field Detail
-
_injectedService
@Inject public AutoLoadedServiceForTest _injectedService
-
-