-
Bug
-
Resolution: Done
-
Major
-
4.6.0.AM2
-
None
aged flow
@startuml
Client -> Adaptor : findservers
Client <- Adaptor : serverlist
Client -> Adaptor : create server
Client <- Adaptor : serverAdded (id)
Client -> Adaptor : getLaunchProperties()
Adapter -> Client : here’s a list
Client -> Adaptor : getLaunchCommand(String serverId, String mode, Map<String,String> properties)
Client <- Adaptor : launch string (id)
Client -> Adaptor : server started
Client -> Adaptor : server stopped
Client -> Adaptor : publish
@enduml