The Lab

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »



In order to terminate a running dispatcher loop, the Customer Application should call MFClient.stop(). The corresponding run() invocation will exit with the appropriate status code. A stopped client is still connected, and as described in the preceding section, it is possible to call run() to resume dispatching events. To disconnect from the Whisperer server, the Customer Application should call MFClient.close().

 

Note

MFClient.close() may only be called when the MFClient is not dispatching events. 

 



  • No labels