Method: OpenC3::PluginMicroservice#initialize

Defined in:
lib/openc3/microservices/plugin_microservice.rb

#initialize(name) ⇒ PluginMicroservice

Returns a new instance of PluginMicroservice.



28
29
30
# File 'lib/openc3/microservices/plugin_microservice.rb', line 28

def initialize(name)
  super(name, is_plugin: true)
end