Holumbus-Distribution-0.1.1: intra- and inter-program communication

Portabilityportable
Stabilityexperimental
MaintainerStefan Schmidt (stefanschmidt@web.de)

Holumbus.Network.PortRegistry.Messages

Description

Version : 0.1

This modules defines the messages from and to the PortRegistry.

Synopsis

Documentation

type PortRegistryRequestStream = Stream PortRegistryRequestMessageSource

The Stream for the messages TO the PortRegistry.

type PortRegistryRequestPort = Port PortRegistryRequestMessageSource

The Port for the messages TO the PortRegistry.

type PortRegistryResponseStream = Stream PortRegistryResponseMessageSource

The Stream for the messages FROM the PortRegistry.

type PortRegistryResponsePort = Port PortRegistryResponseMessageSource

The Port for the messages FROM the PortRegistry.