All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AcksPublisher A Reactive Streams Publisher that publishes server acknowledgments for rows inserted into an existing ksqlDB stream viaClient.streamInserts(String, Publisher)
.BatchedQueryResult The result of a query (push or pull), returned as a single batch once the query has finished executing, or the query has been terminated.Client A client that connects to a specific ksqlDB server.Client.HttpRequest Instances ofClient.HttpRequest
are used to make direct HTTP requests to ksqlDB server's REST API.Client.HttpResponse ClientOptions Options for the ksqlDBClient
.ColumnType The type of a column returned as part of a query result.ColumnType.Type ConnectorDescription ConnectorInfo ConnectorType ConnectorType.Type ExecuteStatementResult The result of executing a 'CREATE', 'CREATE ...FieldInfo Represents a field/column of a ksqlDB stream/table.InsertAck An acknowledgment from the ksqlDB server that a row has been successfully inserted into a ksqlDB stream.InsertsPublisher Aorg.reactivestreams.Publisher
suitable for use with theClient.streamInserts(String, Publisher)
method.KsqlArray A representation of an array of values.KsqlClientException KsqlException ConvertsKsqlErrorMessage
into an exception to be passed to client exception handlers.KsqlObject A representation of a map of string keys to values.QueryInfo Metadata for a ksqlDB query.QueryInfo.QueryType Row A single record, returned as part of a query result.ServerInfo Metadata for a ksqlDB server.SourceDescription Metadata for a ksqlDB stream or table.StreamedQueryResult The result of a query (push or pull), streamed one row at time.StreamInfo Metadata for a ksqlDB stream.TableInfo Metadata for a ksqlDB table.TopicInfo Metadata for a Kafka topic available for use with ksqlDB.