Interface EventPublisher

    • Method Detail

      • publishEvent

        void publishEvent​(SearchIndexProcessEvent event)
        Lightweight interface to publish an event. This component will delegate directly to Spring if it's not distributable. Otherwise, it will publish to whatever distributed event system is available (e.g. Kafka, JMS, RabbitMQ, Ignite Events, etc.) In the case of distributed events, the system should delegate to Spring on arrival of the event.
        Parameters:
        event - the event to publish