[−][src]Trait the_process_foundry::base::ActionTrait
Handlers for serialized action requests
THINK: Should there be a send/receive?
Associated Types
type RESPONSE
Required methods
fn run(&self, target: AppInstance) -> Result<Self::RESPONSE>
fn to_message(&self, target: Option<AppInstance>) -> Result<Vec<Message>>
Implementors
impl ActionTrait for FindAppQuery
[src]
type RESPONSE = ActionResult
fn run(&self, target: AppInstance) -> Result<Self::RESPONSE>
[src]
Find the first app that matches the conditions of AppDefinition (name, version, path, etc) TODO: Convert this to reuse "Run"