mattrglobal / osma

An open source mobile agent for achieving SSI
Apache License 2.0
40 stars 29 forks source link

Edge agent message processor #18

Closed tplooker closed 4 years ago

tplooker commented 5 years ago

Is your feature request related to a problem? Please describe.

Currently there is no support for processing messages for the agent at the edge. Because of missing support in cloud agents. A message processor should be added in preparation for support of this functionality.

Describe the solution you'd like

Create an MessageProcessor that extends the AgentMessageProcessorBase in Agent Framework that exposes the ability to process messages for the agent.