Package akka.camel
Interface Producer
-
- All Superinterfaces:
Actor
,CamelSupport
,ProducerSupport
- All Known Subinterfaces:
Oneway
public interface Producer extends ProducerSupport
Deprecated.Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel). Since 2.5.0.Implementation of Actor.receive. Any messages received by this actor will be produced to the endpoint specified byendpointUri
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>
receive()
Deprecated.Implementation of Actor.receive.-
Methods inherited from interface akka.actor.Actor
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, self, sender, supervisorStrategy, unhandled
-
Methods inherited from interface akka.camel.CamelSupport
akka$camel$CamelSupport$_setter_$camel_$eq, camel, camelContext
-
Methods inherited from interface akka.camel.ProducerSupport
endpointUri, headersToCopy, messages_$eq, oneway, preStart, produce, producerChild_$eq, register, routeResponse, super$preStart, transformOutgoingMessage, transformResponse
-
-