Skip to content

The sample demonstrates how communication via functions between two Apps can be setup. Topics: #programming-pattern #sample #sick-appspace

License

Notifications You must be signed in to change notification settings

sick-appspace-samples/MultipleAppFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultipleAppFunctions

The sample demonstrates how communication via functions between two Apps can be setup.

Description

This sample apps show how functions can be served (here in the "ServeFunctionsApp") by one App and called synchronously (blocking) by another (here the "CallFunctionsApp").

To make the Function accessible from another app the function must be served also in the App Properties (right-click on App -> Properties -> Serves)

It must be noted, that when a function is called, the caller application is blocked until the function execution is finished. If a function should be executed simultaneously it is necessary to serve and register to events instead of directly calling functions.

How to Run

To demonstrate, both Apps must be started together. The output can be viewed in the console.

Topics

programming-pattern, sample, sick-appspace

About

The sample demonstrates how communication via functions between two Apps can be setup. Topics: #programming-pattern #sample #sick-appspace

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages