Interface RequestStream<T>
@JsType(isNative=true,
name="dhinternal.io.deephaven_core.proto.inputtable_pb_service.RequestStream",
namespace="<global>")
public interface RequestStream<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()voidend()on(String type, RequestStream.OnHandlerFn handler)
-
Method Details
-
cancel
void cancel() -
end
void end() -
on
-
write
-