Class: Synapse::ProcessManager::ResourceInjector

Inherits:
Object
  • Object
show all
Defined in:
lib/synapse/process_manager/resource_injector.rb

Overview

Represents a mechanism for injecting resources into process instances

Direct Known Subclasses

ContainerResourceInjector

Instance Method Summary collapse

Instance Method Details

#inject_resources(process) ⇒ undefined

Injects required resources into the given process instance

Parameters:

Returns:

  • (undefined)


9
# File 'lib/synapse/process_manager/resource_injector.rb', line 9

def inject_resources(process); end