Class UntypedConsumerActor

    • Constructor Detail

      • UntypedConsumerActor

        public UntypedConsumerActor()
    • Method Detail

      • camel

        protected Camel camel()
        Description copied from interface: CamelSupport
        INTERNAL API Returns a Camel trait which provides access to the CamelExtension.
        Specified by:
        camel in interface CamelSupport
        Returns:
        (undocumented)
      • endpointUri

        public final java.lang.String endpointUri()
        Description copied from interface: Consumer
        Must return the Camel endpoint URI that the consumer wants to consume messages from.
        Specified by:
        endpointUri in interface Consumer
        Returns:
        (undocumented)
      • getActivation

        protected Activation getActivation()
        Java API: Returns the Activation interface that can be used to wait on activation or de-activation of Camel endpoints.
        Returns:
        the Activation interface
      • getCamelContext

        protected org.apache.camel.impl.DefaultCamelContext getCamelContext()
        Java API: Returns the DefaultCamelContext
        Returns:
        the CamelContext
      • getEndpointUri

        public abstract java.lang.String getEndpointUri()
        Java API: Returns the Camel endpoint URI to consume messages from.
        Returns:
        (undocumented)
      • getProducerTemplate

        protected org.apache.camel.ProducerTemplate getProducerTemplate()
        Java API: Returns the ProducerTemplate
        Returns:
        the ProducerTemplate