.. index:: forwarding
.. _forwarding/0:

**protocol**

``forwarding``
==============

Message forwarding protocol.

| **Author:** Paulo Moura
| **Version:** 1.0
| **Date:** 2013/5/4

| **Compilation flags:**
|    ``static, built_in``


(no dependencies on other entities)


Public interface
----------------

.. raw:: html

   <div id="forward/1"> </div>

.. index:: forward/1
.. _forwarding/0::forward/1:

``forward/1``
^^^^^^^^^^^^^

User-defined message forwarding handler, automatically called (if defined) by the runtime for any message that the receiving object does not understand.

| **Compilation flags:**
|    ``static``

| **Template:**
|    ``forward(Message)``
| **Mode and number of proofs:**
|    ``forward(@callable)`` - ``zero_or_more``


Protected interface
-------------------

(none)

Private predicates
------------------

(none)

Operators
---------

(none)

Remarks
-------

(none)

