The pipeline will probably (partially) stop. The application receiving this message should stop the pipeline.
151617181920212223
* Example test method */ @Test public void simple() { _stem_ impl = new _stem_Impl(); impl.say("Hello World"); }