Class SimpleReceiver

    • Field Detail

      • mailbox

        protected final Mailbox mailbox
        Since:
        1.6
    • Constructor Detail

      • SimpleReceiver

        public SimpleReceiver​(ReteContainer reteContainer)
        Parameters:
        reteContainer -
    • Method Detail

      • instantiateMailbox

        protected Mailbox instantiateMailbox()
        Instantiates the Mailbox of this receiver. Subclasses may override this method to provide their own mailbox implementation.
        Returns:
        the mailbox
        Since:
        2.0
      • appendParent

        public void appendParent​(Supplier supplier)
        Description copied from interface: Receiver
        appends a parent that will continuously send insert and revoke updates to this supplier
        Specified by:
        appendParent in interface Receiver
      • getParents

        public java.util.Collection<Supplier> getParents()
        Description copied from interface: Receiver
        access active parent
        Specified by:
        getParents in interface Receiver
      • disconnectFromNetwork

        public void disconnectFromNetwork()
        Disconnects this node from the network. Can be called publicly.