Package org.eclipse.viatra.query.runtime.rete.network.mailbox
-
Interface Summary Interface Description AdaptableMailbox An adaptable mailbox can be wrapped by another mailbox to act in behalf of that.FallThroughCapableMailbox A fall through capable mailbox can directly call the update method of itsReceiver
instead of using the standard post-deliver mailbox semantics.Mailbox A mailbox is associated with everyReceiver
.MessageIndexerFactory<I extends MessageIndexer> A factory used to create message indexers forMailbox
es.