Class RenditionEventProcessor

  • All Implemented Interfaces:
    org.apache.camel.Processor

    public class RenditionEventProcessor
    extends java.lang.Object
    implements org.apache.camel.Processor
    Rendition processor for on content update raw event.
    Author:
    Cristian Turlica
    • Constructor Detail

      • RenditionEventProcessor

        public RenditionEventProcessor()
    • Method Detail

      • setMessagingObjectMapper

        public void setMessagingObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper messagingObjectMapper)
      • setTransactionService

        public void setTransactionService​(TransactionService transactionService)
      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws java.lang.Exception
        Specified by:
        process in interface org.apache.camel.Processor
        Throws:
        java.lang.Exception