Interface AdditionalServletWithPulsarService
-
- All Superinterfaces:
org.apache.pulsar.broker.web.plugin.servlet.AdditionalServlet,java.lang.AutoCloseable
public interface AdditionalServletWithPulsarService extends org.apache.pulsar.broker.web.plugin.servlet.AdditionalServletThe additional servlet with pulsarService interface for support additional servlet to get pulsarService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPulsarService(PulsarService pulsarService)
-
-
-
Method Detail
-
setPulsarService
void setPulsarService(PulsarService pulsarService)
-
-