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, Observation parentObservation) UnmanagedTransaction.runRx(Query query, Observation parentObservation) Method parameters in org.neo4j.driver.internal.async with type arguments of type RxResultCursorModifier and TypeMethodDescriptionNetworkSession.runRx(Query query, TransactionConfig config, CompletionStage<RxResultCursor> cursorPublishStage, Observation parentObservation) -
Uses of RxResultCursor in org.neo4j.driver.internal.cursor
Classes in org.neo4j.driver.internal.cursor that implement 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, Observation parentObservation) Constructors in org.neo4j.driver.internal.reactive with parameters of type RxResultCursorModifierConstructorDescriptionInternalReactiveResult(RxResultCursor cursor, DriverObservationProvider observationProvider) -
Uses of RxResultCursor in org.neo4j.driver.internal.reactivestreams
Constructors in org.neo4j.driver.internal.reactivestreams with parameters of type RxResultCursorModifierConstructorDescriptionInternalReactiveResult(RxResultCursor cursor, DriverObservationProvider observationProvider)