Package tools.refinery.interpreter.rete.network.mailbox
package tools.refinery.interpreter.rete.network.mailbox
-
InterfacesClassDescriptionAn adaptable mailbox can be wrapped by another mailbox to act in behalf of that.A fall through capable mailbox can directly call the update method of its
Receiver
instead of using the standard post-deliver mailbox semantics.A mailbox is associated with everyReceiver
.MessageIndexerFactory<I extends MessageIndexer>A factory used to create message indexers forMailbox
es.