Class JavaAutoCompleteObserver

java.lang.Object
io.deephaven.server.session.SessionCloseableObserver<AutoCompleteResponse>
io.deephaven.server.console.completer.JavaAutoCompleteObserver
All Implemented Interfaces:
io.grpc.stub.StreamObserver<AutoCompleteRequest>, Closeable, AutoCloseable

public class JavaAutoCompleteObserver extends SessionCloseableObserver<AutoCompleteResponse> implements io.grpc.stub.StreamObserver<AutoCompleteRequest>
Autocomplete handling for JVM languages, that directly can interact with Java instances without any name mangling, and are able to use our flexible parser.