The Talon Manual

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As your application makes changes to this root object (setting fields etc), the engine will monitor the root and replicate deltas to backup members or disk. 

Tip

Your application should only return one state object root. This platform will not call this method on every message, just the first time a message is received and application state is created. In other words, your application will have a single object that represents its state. This object forms the root of your application's state object graph (made up of the fields and collections it holds. Changes made to objects referenced by the root or it's children are tracked by the platform and replicated or persisted transparently.

 

Inject Message Sender

If your application will send messages, it can add an injection point for the underlying AEPEngine to inject a message sender.

...

Limitations and Upcoming Enhancements

See State Graph Tree Limitations for a discussion of current state graph limitations. 

...