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)
javax.sql.DataSource type.
Group: commondefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder datasource(String datasource)
javax.sql.DataSource
type.
Group: commondefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder pass(String pass)
java.lang.String type.
Group: securitydefault PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder user(String user)
java.lang.String type.
Default: postgres
Group: securityApache Camel