Uses of Enum Class
org.apache.pulsar.broker.service.plugin.EntryFilter.FilterResult
Packages that use EntryFilter.FilterResult
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of EntryFilter.FilterResult in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return EntryFilter.FilterResultModifier and TypeMethodDescriptionEntryFilterSupport.runFiltersForEntry(org.apache.bookkeeper.mledger.Entry entry, org.apache.pulsar.common.api.proto.MessageMetadata msgMetadata, Consumer consumer) -
Uses of EntryFilter.FilterResult in org.apache.pulsar.broker.service.plugin
Methods in org.apache.pulsar.broker.service.plugin that return EntryFilter.FilterResultModifier and TypeMethodDescriptionEntryFilter.filterEntry(org.apache.bookkeeper.mledger.Entry entry, FilterContext context) 1.EntryFilterWithClassLoader.filterEntry(org.apache.bookkeeper.mledger.Entry entry, FilterContext context) static EntryFilter.FilterResultReturns the enum constant of this class with the specified name.static EntryFilter.FilterResult[]EntryFilter.FilterResult.values()Returns an array containing the constants of this enum class, in the order they are declared.