Each plugin has to manage plugin state request messages on their own. There should be a concise way to handle initial and following plugin states in either of these ways:
- Plugin must implement a handler for PluginStateRequest and base implementation uses this handler for inital state.
- Internal logic to handle plugin state request messages and ability for plugin to update the plugin state when needed.
Each plugin has to manage plugin state request messages on their own. There should be a concise way to handle initial and following plugin states in either of these ways: