default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
PgEventEndpointBuilderFactory.AdvancedPgEventEndpointConsumerBuilder.basic() |
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
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 |
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 |
PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder.datasource(Object datasource) |
To connect using the given javax.sql.DataSource instead of using
hostname and port.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder.datasource(String datasource) |
To connect using the given javax.sql.DataSource instead of using
hostname and port.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder.pass(String pass) |
Password for login.
|
default PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder |
PgEventEndpointBuilderFactory.PgEventEndpointConsumerBuilder.user(String user) |
Username for login.
|