public interface ThresholdingSession extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
accept(CollectionSet collectionSet)
Accepts a
CollectionSet for threshold evaluation. |
BlobStore |
getBlobStore() |
ThresholdingSessionKey |
getKey() |
ThresholdStateMonitor |
getThresholdStateMonitor() |
boolean |
isDistributed() |
close
void accept(CollectionSet collectionSet) throws ThresholdInitializationException
CollectionSet
for threshold evaluation. The service will send Event
s if Thresholds are triggered or re-armed.collectionSet
- ThresholdInitializationException
- if the Thresholding Configuration has not yet been initialized ot there is an error initializing it.
I.E. reading as parsing the configuration files.ThresholdingSessionKey getKey()
BlobStore getBlobStore()
boolean isDistributed()
ThresholdStateMonitor getThresholdStateMonitor()
Copyright © 2021. All rights reserved.