Uses of Interface
com.datastax.astra.internal.command.CommandObserver
Package
Description
Classes for options of the core commands.
Top package to interact with Tables.
Internal technical classes to run commands against the API.
-
Uses of CommandObserver in com.datastax.astra.client.core.options
Modifier and TypeMethodDescriptionDataAPIClientOptions.addObserver
(CommandObserver observer) Register an observer with its className.DataAPIClientOptions.addObserver
(String name, CommandObserver observer) Register an observer with its className.BaseOptions.registerObserver
(String name, CommandObserver observer) Allow to register a listener for the command. -
Uses of CommandObserver in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionvoid
Table.registerListener
(String logger, CommandObserver commandObserver) Register a listener to execute commands on the table. -
Uses of CommandObserver in com.datastax.astra.internal.command
Modifier and TypeClassDescriptionclass
Implements aCommandObserver
that logs command execution details.