Uses of Interface
org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingEventSendingSessionContext
Packages that use AutomaticIndexingEventSendingSessionContext
Package
Description
-
Uses of AutomaticIndexingEventSendingSessionContext 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 AutomaticIndexingEventSendingSessionContextModifier and TypeMethodDescriptionvoidCoordinationConfigurationContext.sendIndexingEventsTo(Function<AutomaticIndexingEventSendingSessionContext, AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction) Requests that indexing events be sent to a queue. -
Uses of AutomaticIndexingEventSendingSessionContext in org.hibernate.search.mapper.orm.coordination.impl
Method parameters in org.hibernate.search.mapper.orm.coordination.impl with type arguments of type AutomaticIndexingEventSendingSessionContextModifier and TypeMethodDescriptionvoidCoordinationConfigurationContextImpl.sendIndexingEventsTo(Function<AutomaticIndexingEventSendingSessionContext, AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction) -
Uses of AutomaticIndexingEventSendingSessionContext in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement AutomaticIndexingEventSendingSessionContextConstructor parameters in org.hibernate.search.mapper.orm.session.impl with type arguments of type AutomaticIndexingEventSendingSessionContextModifierConstructorDescriptionConfiguredAutomaticIndexingStrategy(Function<AutomaticIndexingEventSendingSessionContext, AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction)