[][src]Module meio::handlers

This module contains the Envelope that allow to call methods of actors related to a sepcific imcoming message.

Traits

Action

Action type can be sent to an Actor that implements ActionHandler for that message type.

ActionHandler

Type of Handler to process incoming messages in one-shot style.

Interaction

Interaction type can be sent to an Actor that implements InteractionHandler for that message type. It has to return a response of Output type.

InteractionHandler

Type of Handler to process interaction in request-response style.