Pattern.IO

Description

Event input-output functions

Functions

NameSignature and Synopsis
toDestinationvoid toDestination(SimpleEvent event)
Sends the event to its default destination.
toPatternvoid toPattern(SimpleEvent event)
Sends the event to the Pattern Service which will in turn route it to all interested Pattern instances. Once the instances (if any) have processed this event, the reference to it will be discarded by the Pattern Service.