Entity events - AWS SimSpace Weaver

Entity events

You can use the following functions in the SimSpace Weaver app SDK to get all ownership and subscription events:

  • Result<OwnershipChangeList> OwnershipChanges(Transaction& txn)

  • Result<SubscriptionChangeList> AllSubscriptionEvents(Transaction& txn)

You can use the SimSpace Weaver demo framework if you need callback-driven entity event processing. For more information, see the following header file:

  • sdk-folder/packaging-tools/samples/ext/DemoFramework/include/DemoFramework/EntityEventProcessor.h

You can also create your own entity event processing.