Interface IndexerDispatcher.IndexerDispatcherFactory

  • Enclosing class:
    IndexerDispatcher
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface IndexerDispatcher.IndexerDispatcherFactory
    • Method Detail

      • create

        IndexerDispatcher create​(Collection<? extends org.uberfire.ext.metadata.engine.Indexer> indexers,
                                 org.uberfire.ext.metadata.model.KCluster cluster)