Uses of Class
org.apache.pulsar.broker.service.plugin.FilterContext
-
Packages that use FilterContext Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.plugin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of FilterContext in org.apache.pulsar.broker.service
Fields in org.apache.pulsar.broker.service declared as FilterContext Modifier and Type Field Description protected FilterContextAbstractBaseDispatcher. filterContext -
Uses of FilterContext in org.apache.pulsar.broker.service.plugin
Fields in org.apache.pulsar.broker.service.plugin declared as FilterContext Modifier and Type Field Description static FilterContextFilterContext. FILTER_CONTEXT_DISABLEDMethods in org.apache.pulsar.broker.service.plugin with parameters of type FilterContext Modifier and Type Method Description EntryFilter.FilterResultEntryFilter. filterEntry(org.apache.bookkeeper.mledger.Entry entry, FilterContext context)1.EntryFilter.FilterResultEntryFilterWithClassLoader. filterEntry(org.apache.bookkeeper.mledger.Entry entry, FilterContext context)
-