Returns the Camel endpoint URI to consume messages from.
Returns the Camel endpoint URI to consume messages from.
Determines whether one-way communications between an endpoint and this consumer actor should be auto-acknowledged or application-acknowledged.
Determines whether one-way communications between an endpoint and this consumer actor should be auto-acknowledged or application-acknowledged.
Determines whether two-way communications between an endpoint and this consumer actor should be done in blocking or non-blocking mode (default is non-blocking).
Determines whether two-way communications between an endpoint and this consumer actor should be done in blocking or non-blocking mode (default is non-blocking). This method doesn't have any effect on one-way communications (they'll never block).
Returns the Camel endpoint URI to consume messages from.
Returns the Camel endpoint URI to consume messages from.
Determines whether one-way communications between an endpoint and this consumer actor should be auto-acknowledged or application-acknowledged.
Determines whether one-way communications between an endpoint and this consumer actor should be auto-acknowledged or application-acknowledged.
Determines whether two-way communications between an endpoint and this consumer actor should be done in blocking or non-blocking mode (default is non-blocking).
Determines whether two-way communications between an endpoint and this consumer actor should be done in blocking or non-blocking mode (default is non-blocking). This method doesn't have any effect on one-way communications (they'll never block).
Sets the route definition handler for creating a custom route to this consumer instance.
Sets the route definition handler for creating a custom route to this consumer instance.
Java API.
Sets the route definition handler for creating a custom route to this consumer instance.
Sets the route definition handler for creating a custom route to this consumer instance.
Subclass this abstract class to create an MDB-style untyped consumer actor. This class is meant to be used from Java.