| Interface | Description |
|---|---|
| BundleTrigger<T> |
A
BundleTrigger determines when a bundle of input elements should be evaluated and
trigger the callback which registered previously. |
| BundleTriggerCallback |
Interface for bundle trigger callbacks that can be registered to a
BundleTrigger. |
| CoBundleTrigger<IN1,IN2> |
A
CoBundleTrigger is similar with BundleTrigger, and the only differences is
CoBundleTrigger can handle two inputs. |
| Class | Description |
|---|---|
| CountBundleTrigger<T> |
A
BundleTrigger that fires once the count of elements in a bundle reaches the given
count. |
| CountCoBundleTrigger<IN1,IN2> |
A
CoBundleTrigger that fires once the count of elements in a bundle reaches the given
count. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.