public static interface PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder |
advanced() |
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
datasource(Object datasource)
To connect using the given javax.sql.DataSource instead of using
hostname and port.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
datasource(String datasource)
To connect using the given javax.sql.DataSource instead of using
hostname and port.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
pass(String pass)
Password for login.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
user(String user)
Username for login.
|
default PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder advanced()
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder datasource(Object datasource)
datasource - the value to setdefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder datasource(String datasource)
datasource - the value to setdefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder pass(String pass)
pass - the value to setdefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder user(String user)
user - the value to setApache Camel