public interface ContextPartitionSelectorFiltered extends ContextPartitionSelector
Modifier and Type | Method and Description |
---|---|
boolean |
filter(ContextPartitionIdentifier contextPartitionIdentifier)
Filter function should return true or false to indicate
interest in this context partition.
|
boolean filter(ContextPartitionIdentifier contextPartitionIdentifier)
Do not hold on to ContextIdentifier instance between calls. The runtimemay reused an reassing values to this object.
contextPartitionIdentifier
- provides context partition informationCopyright © 2005–2020. All rights reserved.