Module jdk.jshell

Class StreamingExecutionControl

java.lang.Object
jdk.jshell.execution.StreamingExecutionControl
All Implemented Interfaces:
AutoCloseable, ExecutionControl
Direct Known Subclasses:
JdiExecutionControl

public class StreamingExecutionControl extends Object implements ExecutionControl
An implementation of the ExecutionControl execution engine SPI which streams requests to a remote agent where execution takes place.
Since:
9