The FAM API allows you to
- create and delete FAM spaces
- get/read/write data values in FAM spaces, arrays, maps, or queues
- delete data from FAM spaces, arrays, maps, or queues
To setup FAM spaces, you will need to create a process flow and task within your fabric application that initializes one or more FAM spaces. You can restrict this process flow to only be executed by fabric administrative users. This process flow would be executed after initially deploying the application to the fabric, or bringing the fabric up from a cold boot.
To utilize the FAM spaces you have initialized, create additional process flows and tasks that use the FAM API to read, get, and write data to the space(s).
Appistry EAF provides APIs for .NET, C (CentOS, RHEL, SUSE, and Windows), and Java.