All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bedework.calfacade.indexing.IndexerConsumer Maven / Gradle / Ivy

The newest version!
/* ********************************************************************
    Appropriate copyright notice
*/
package org.bedework.calfacade.indexing;


/**
 * User: mike Date: 7/5/19 Time: 23:27
 */
public class IndexerConsumer {
  final BwIndexer indexer;

  public IndexerConsumer(final BwIndexer indexer) {
    this.indexer = indexer;
  }

  public void consume(final Object o) {
    indexer.indexEntity(0);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy