Name of the event store table.
Environment variable: QUARKUS_TRANSACTIONAL_EVENT_TABLE
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
Name of the event store table. Environment variable: |
string |
|
Time in ms to wait before next dispatching cycle is started if max concurrent dispatching threads are in use. Environment variable: |
int |
|
Max seconds to wait before a new check is made for unprocessed events. Environment variable: |
int |
|
Initial seconds to wait before a new check is made for unprocessed events. Environment variable: |
int |
|
Number of unprocessed events to aquire in one transaction. Environment variable: |
int |
|
Max number of events to process concurrently. Environment variable: |
int |
|