Interface IGroupable
- All Known Subinterfaces:
AdaptableMailbox, FallThroughCapableMailbox, Mailbox, RederivableNode, ResumableNode
- All Known Implementing Classes:
AbstractUpdateSplittingMailbox, BehaviorChangingMailbox, ColumnAggregatorNode, DefaultMailbox, DefaultProductionNode, FaithfulParallelTimelyColumnAggregatorNode, FaithfulSequentialTimelyColumnAggregatorNode, FaithfulTimelyColumnAggregatorNode, GenericProjectionIndexer, IndexerWithMemory, OnetimeIndexer, OutputCachingEvaluatorNode, PosetAwareMailbox, TimelyMailbox, TimelyMailboxProxy, TimelyProductionNode, TimelyUniquenessEnforcerNode, UniquenessEnforcerNode, UpdateSplittingMailbox
public interface IGroupable
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidSets the current group of the mailbox
-
Method Details
-
getCurrentGroup
CommunicationGroup getCurrentGroup()- Returns:
- the current group of the mailbox
- Since:
- 1.7
-
setCurrentGroup
-