Uses of Class
org.apache.pulsar.broker.intercept.BrokerInterceptorDefinition
-
Packages that use BrokerInterceptorDefinition Package Description org.apache.pulsar.broker.intercept Pulsar broker interceptor. -
-
Uses of BrokerInterceptorDefinition in org.apache.pulsar.broker.intercept
Methods in org.apache.pulsar.broker.intercept that return BrokerInterceptorDefinition Modifier and Type Method Description BrokerInterceptorDefinitionBrokerInterceptorUtils. getBrokerInterceptorDefinition(java.lang.String narPath, java.lang.String narExtractionDirectory)Retrieve the broker interceptor definition from the provided handler nar package.
-