Skip to main content

Module aggregator

Module aggregator 

Source

Structs§

AggregatorConfig
Configuration for the Aggregator EIP.
AggregatorConfigBuilder
Builder for AggregatorConfig.

Enums§

AggregationStrategy
How to combine collected exchanges into one.
CompletionCondition
When the bucket is considered complete and should be emitted.
CompletionMode
Determines how a bucket’s completion is evaluated. Single wraps one condition; Any completes when the first condition triggers.
CompletionReason
CorrelationStrategy
Strategy for correlating exchanges into aggregation buckets.

Type Aliases§

AggregationFn
Aggregation function — left-fold binary: (accumulated, next) -> merged.