Uses of Interface
org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventSendingPlan
-
Packages that use AutomaticIndexingQueueEventSendingPlan Package Description org.hibernate.search.mapper.orm.coordination.common.spi -
-
Uses of AutomaticIndexingQueueEventSendingPlan in org.hibernate.search.mapper.orm.coordination.common.spi
Method parameters in org.hibernate.search.mapper.orm.coordination.common.spi with type arguments of type AutomaticIndexingQueueEventSendingPlan Modifier and Type Method Description void
CoordinationConfigurationContext. sendIndexingEventsTo(Function<AutomaticIndexingEventSendingSessionContext,AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction)
Requests that indexing events be sent to a queue.
-