| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.batch |
Contains a batch to periodically flushes to the database.
|
| com.feedzai.commons.sql.abstraction.listeners.impl |
Implementations of listeners for pdb.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetricsListener |
AbstractBatchConfig.Builder.metricsListener |
| Modifier and Type | Method and Description |
|---|---|
MetricsListener |
BatchConfig.getMetricsListener()
The listener that will be invoked whenever some measurable event occurs, so that it can be captured and reported
in monitoring metrics.
|
MetricsListener |
AbstractBatchConfig.getMetricsListener() |
| Modifier and Type | Method and Description |
|---|---|
SELF |
AbstractBatchConfig.Builder.withMetricsListener(MetricsListener metricsListener)
Sets the metrics listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopMetricsListener
A
NoopMetricsListener that does nothing on the callbacks. |
Copyright © 2023 Feedzai. All rights reserved.