Module evita.java.driver
Package io.evitadb.driver
package io.evitadb.driver
-
ClassDescriptionAsyncCallFunction<S,
T> Represents a function that can be called asynchronously.ClientTask<S,T> Client task mimics the server task counterpart and provides the same interface for the client side.This class is responsible for tracking the status of client tasks and updating them in the background.The EvitaClient implementsEvitaContractinterface and aims to behave identically as if the evitaDB is used as an embedded engine.Client implementation ofEvitaManagementContract.The EvitaClientSession implementsEvitaSessionContractinterface and aims to behave identically as if the evitaDB is used as an embedded engine.Simple wrapper class that allows to pass capture value, or signalize end of stream with possible error returned byt the server.{@inheritDoc TransactionContract} This implementation represents the reflection of the server side transaction on the client side.This class represents a timeout configuration allowing to extend the default timeout for the client.