Sha256: 6a2a6f7e314734010413ae41757d04e1d4085f16d339df8c1a0ce1af8ce8ee6b
Contents?: true
Size: 982 Bytes
Versions: 1
Compression:
Stored size: 982 Bytes
Contents
# @title Vedeu DRb Events ## DRB Events ### `:\_drb_input\_` Triggering this event will send input to the running application as long as it has the DRb server running. Note: See {Vedeu::Distributed::Server#input} for parameter details. Vedeu.trigger(:_drb_input_, data, type) ### `:\_drb_retrieve_output\_` See {Vedeu::Terminal::Buffer#output} ### `:\_drb_store_output\_` See {Vedeu::Terminal::Buffer#write} ### `:\_drb_restart\_` Use the DRb server to request the client application to restart. Vedeu.trigger(:_drb_restart_) Vedeu.drb_restart ### `:\_drb_start\_` Use the DRb server to request the client application to start. Vedeu.trigger(:_drb_start_) Vedeu.drb_start ### `:\_drb_status\_` Use the DRb server to request the status of the client application. Vedeu.trigger(:_drb_status_) Vedeu.drb_status ### `:\_drb_stop\_` Use the DRb server to request the client application to stop. Vedeu.trigger(:_drb_stop_) Vedeu.drb_stop
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.6.61 | docs/events/drb.md |