[
https://issues.apache.org/jira/browse/IOTA-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390234#comment-15390234
]
ASF GitHub Bot commented on IOTA-28:
------------------------------------
GitHub user barbaragomes opened a pull request:
https://github.com/apache/incubator-iota/pull/16
[IOTA-28] Implement a GenericActor to be used as a JSON receiver on Fey-Core
https://issues.apache.org/jira/browse/IOTA-28
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/barbaragomes/incubator-iota IOTA-28
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-iota/pull/16.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16
----
commit 000ca914beee95dd728c47c8e0bfe10deb977574
Author: Barbara Gomes <[email protected]>
Date: 2016-07-22T18:53:26Z
[IOTA-28] Preparing for Receiver actor
- Creating separate object for fey_core ActorRef
- Updating ORCHESTRATION_RECEIVED to accept Option[File]
commit a865f2fb25d3f8657ddae6620588eff232574b45
Author: Barbara Gomes <[email protected]>
Date: 2016-07-22T21:36:32Z
[IOTA-28] Implementing GenericReceiver actor
commit a37164e6150d8bb64bd4dc9cbc50f5ab27b97972
Author: Barbara Gomes <[email protected]>
Date: 2016-07-22T21:38:05Z
[IOTA-28] Adding tests for GenericReceiver
----
> Implement a GenericActor to be used as a JSON receiver on Fey-Core
> ------------------------------------------------------------------
>
> Key: IOTA-28
> URL: https://issues.apache.org/jira/browse/IOTA-28
> Project: Iota
> Issue Type: New Feature
> Affects Versions: 0.1
> Reporter: Barbara Gomes
> Assignee: Barbara Gomes
>
> Fey process JSONs only through the WatchService that monitors the JSON
> repository for created or updated files.
> Fey should be able to support an actor that receives a JSON and send it to
> fey-core to be processed as an orchestration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)