Uses of Interface
org.neo4j.driver.internal.cursor.RxResultCursor
Packages that use RxResultCursor
Package
Description
-
Uses of RxResultCursor in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async that return types with arguments of type RxResultCursorModifier and TypeMethodDescriptionNetworkSession.runRx
(Query query, TransactionConfig config, CompletionStage<RxResultCursor> cursorPublishStage) Method parameters in org.neo4j.driver.internal.async with type arguments of type RxResultCursorModifier and TypeMethodDescriptionNetworkSession.runRx
(Query query, TransactionConfig config, CompletionStage<RxResultCursor> cursorPublishStage) -
Uses of RxResultCursor in org.neo4j.driver.internal.cursor
Classes in org.neo4j.driver.internal.cursor that implement RxResultCursorMethods in org.neo4j.driver.internal.cursor that return types with arguments of type RxResultCursor -
Uses of RxResultCursor in org.neo4j.driver.internal.reactive
Method parameters in org.neo4j.driver.internal.reactive with type arguments of type RxResultCursorModifier and TypeMethodDescriptionprotected <T> org.reactivestreams.Publisher<T>
AbstractReactiveSession.run
(Query query, TransactionConfig config, Function<RxResultCursor, T> cursorToResult) Constructors in org.neo4j.driver.internal.reactive with parameters of type RxResultCursorConstructor parameters in org.neo4j.driver.internal.reactive with type arguments of type RxResultCursorModifierConstructorDescriptionInternalRxResult
(Supplier<CompletionStage<RxResultCursor>> cursorFuture) Deprecated. -
Uses of RxResultCursor in org.neo4j.driver.internal.reactivestreams
Constructors in org.neo4j.driver.internal.reactivestreams with parameters of type RxResultCursor