marvin-engine-executor
marvin-engine-executor copied to clipboard
Initial Impl of ExecutorManager Actor to receive remote connection from Cluster Admin module
Use this VM options to enable and disable admin connections:
-DmarvinConfig.enableAdmin=true
-DmarvinConfig.adminPort=50100
-DmarvinConfig.adminHost=127.0.0.1
- This manager actor must have access to all GenericHttpAPI actors to be possible to change it...
- GetMetadata will be created as first remote message implementation
- StopActor(actionName) will be created to show how to manipulate actors (stop and create etc..)