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