Class OutboxPollingExtension

java.lang.Object
org.hibernate.search.mapper.orm.outboxpolling.OutboxPollingExtension
All Implemented Interfaces:
org.hibernate.search.mapper.orm.mapping.SearchMappingExtension<OutboxPollingSearchMapping>

@Incubating public class OutboxPollingExtension extends Object implements org.hibernate.search.mapper.orm.mapping.SearchMappingExtension<OutboxPollingSearchMapping>
An extension to the search mapping, giving access to features specific to the outbox polling coordination strategy.

WARNING: while this type is API, because instances should be manipulated by users, all of its methods are considered SPIs and therefore should never be called directly by users. In short, users are only expected to get instances of this type from an API and pass it to another API.

See Also:
  • Constructor Details

    • OutboxPollingExtension

      public OutboxPollingExtension()
  • Method Details