public interface ThresholdBundleReceiver<T>
Modifier and Type | Method and Description |
---|---|
void |
processBundle(java.util.List<T> bundle)
Process the given bundle.
|
void |
validateItem(T message)
Validate that the item can be received by this ThresholdBundleReceiver.
|