Interface IndexerExtension<K,V>
-
- Type Parameters:
K- The indexer extension key.V- The indexer extension value.
- All Superinterfaces:
WeaveExtension
public interface IndexerExtension<K,V> extends WeaveExtension
The indexer extension that will be responsible for extracting the entries to be stored in the Indexer Region
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexerID<K,V>id()java.util.List<IndexEntry<K,V>>index(java.lang.String uri, org.mule.weave.v2.api.tooling.ast.DWAstNode astNode)-
Methods inherited from interface org.mule.weave.extension.api.extension.WeaveExtension
accept
-
-