object
  method name : string
  method receive_admin_message :
    Netplex_types.controller -> string -> string array -> unit
  method receive_message :
    Netplex_types.controller -> string -> string array -> unit
end