Method: OpenC3::ReactionModel#deploy
- Defined in:
- lib/openc3/models/reaction_model.rb
#deploy ⇒ Object
303 304 305 306 307 308 |
# File 'lib/openc3/models/reaction_model.rb', line 303 def deploy topics = ["#{@scope}__openc3_autonomic"] if MicroserviceModel.get_model(name: @microservice_name, scope: @scope).nil? create_microservice(topics: topics) end end |