src/jdk.jfr/share/classes/jdk/jfr/consumer/EventStream.java
branchJEP-349-branch
changeset 57386 acdd0dbe37ee
parent 57380 6a7e7743b82f
child 57434 216bf2e3b542
equal deleted inserted replaced
57385:7d9d4f629f6e 57386:acdd0dbe37ee
   161      *
   161      *
   162      * @param ordered if event objects arrive in chronological order to {@code #onEvent(Consumer)}
   162      * @param ordered if event objects arrive in chronological order to {@code #onEvent(Consumer)}
   163      */
   163      */
   164     public void setOrdered(boolean ordered);
   164     public void setOrdered(boolean ordered);
   165 
   165 
   166 
       
   167     /**
   166     /**
   168      * Starts processing events in the stream.
   167      * Starts processing events in the stream.
   169      * <p>
   168      * <p>
   170      * All actions will performed on this stream will happen in the current
   169      * All actions will performed on this stream will happen in the current
   171      * thread.
   170      * thread.