Trait

akka.camel

ProducerSupport

Related Doc: package camel

Permalink

trait ProducerSupport extends Actor with CamelSupport

Support trait for producing messages to Camel endpoints.

Source
Producer.scala
Linear Supertypes
CamelSupport, Actor, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProducerSupport
  2. CamelSupport
  3. Actor
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def endpointUri: String

    Permalink

    Returns the Camel endpoint URI to produce messages to.

  2. abstract def receive: actor.Actor.Receive

    Permalink
    Definition Classes
    Actor

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to any2stringadd[ProducerSupport] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ProducerSupport, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to ArrowAssoc[ProducerSupport] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. def aroundReceive(receive: actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. val camel: Camel

    Permalink

    INTERNAL API Returns a akka.camel.Camel trait which provides access to the CamelExtension.

    INTERNAL API Returns a akka.camel.Camel trait which provides access to the CamelExtension.

    Attributes
    protected
    Definition Classes
    CamelSupport
  13. implicit def camelContext: DefaultCamelContext

    Permalink

    Returns the CamelContext.

    Returns the CamelContext. The camelContext is defined implicit for simplifying the use of CamelMessage from the Scala API.

    Attributes
    protected
    Definition Classes
    CamelSupport
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  16. def ensuring(cond: (ProducerSupport) ⇒ Boolean, msg: ⇒ Any): ProducerSupport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to Ensuring[ProducerSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (ProducerSupport) ⇒ Boolean): ProducerSupport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to Ensuring[ProducerSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): ProducerSupport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to Ensuring[ProducerSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): ProducerSupport

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to Ensuring[ProducerSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to StringFormat[ProducerSupport] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def headersToCopy: Set[String]

    Permalink

    Returns the names of message headers to copy from a request message to a response message.

    Returns the names of message headers to copy from a request message to a response message. By default only the CamelMessage.MessageExchangeId is copied. Applications may override this to define an application-specific set of message headers to copy.

  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def oneway: Boolean

    Permalink

    If set to false (default), this producer expects a response message from the Camel endpoint.

    If set to false (default), this producer expects a response message from the Camel endpoint. If set to true, this producer initiates an in-only message exchange with the Camel endpoint (fire and forget).

  32. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  34. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def preStart(): Unit

    Permalink
    Definition Classes
    ProducerSupport → Actor
    Annotations
    @throws( ... )
  36. def produce: Receive

    Permalink

    Produces msg to the endpoint specified by endpointUri.

    Produces msg to the endpoint specified by endpointUri. Before the message is actually sent it is pre-processed by calling transformOutgoingMessage. If oneway is true, an in-only message exchange is initiated, otherwise an in-out message exchange.

    Attributes
    protected
    See also

    Producer#produce

  37. def routeResponse(msg: Any): Unit

    Permalink

    Called after a response was received from the endpoint specified by endpointUri.

    Called after a response was received from the endpoint specified by endpointUri. The response is passed as argument. By default, this method sends the response back to the original sender if oneway is false. If oneway is true, nothing is done. This method may be overridden by subtraits or subclasses (e.g. to forward responses to another actor).

    Attributes
    protected
  38. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  39. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  40. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def transformOutgoingMessage(msg: Any): Any

    Permalink

    Called before the message is sent to the endpoint specified by endpointUri.

    Called before the message is sent to the endpoint specified by endpointUri. The original message is passed as argument. By default, this method simply returns the argument but may be overridden by subtraits or subclasses.

    Attributes
    protected
  44. def transformResponse(msg: Any): Any

    Permalink

    Called before the response message is sent to the original sender.

    Called before the response message is sent to the original sender. The original message is passed as argument. By default, this method simply returns the argument but may be overridden by subtraits or subclasses.

    Attributes
    protected
  45. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def [B](y: B): (ProducerSupport, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProducerSupport to ArrowAssoc[ProducerSupport] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from CamelSupport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ProducerSupport to any2stringadd[ProducerSupport]

Inherited by implicit conversion StringFormat from ProducerSupport to StringFormat[ProducerSupport]

Inherited by implicit conversion Ensuring from ProducerSupport to Ensuring[ProducerSupport]

Inherited by implicit conversion ArrowAssoc from ProducerSupport to ArrowAssoc[ProducerSupport]

Ungrouped