Uses of Class
com.yahoo.documentapi.AsyncParameters
Packages that use AsyncParameters
Package
Description
-
Uses of AsyncParameters in com.yahoo.documentapi
Methods in com.yahoo.documentapi that return AsyncParametersModifier and TypeMethodDescriptionAsyncParameters.setResponseHandler(ResponseHandler responseHandler) Methods in com.yahoo.documentapi with parameters of type AsyncParametersModifier and TypeMethodDescriptionabstract AsyncSessionDocumentAccess.createAsyncSession(AsyncParameters parameters) Returns a session for asynchronous document access. -
Uses of AsyncParameters in com.yahoo.documentapi.local
Methods in com.yahoo.documentapi.local with parameters of type AsyncParametersModifier and TypeMethodDescriptionLocalDocumentAccess.createAsyncSession(AsyncParameters parameters) Constructors in com.yahoo.documentapi.local with parameters of type AsyncParametersModifierConstructorDescriptionLocalAsyncSession(AsyncParameters params, LocalDocumentAccess access) -
Uses of AsyncParameters in com.yahoo.documentapi.messagebus
Methods in com.yahoo.documentapi.messagebus with parameters of type AsyncParametersModifier and TypeMethodDescriptionMessageBusDocumentAccess.createAsyncSession(AsyncParameters parameters)