com.adobe.gravity.utility.async 패키지에는 Adobe Digital Enterprise Platform Experience Services - 클라이언트 구성 요소 프레임워크의 비동기 작업을 관리하는 유틸리티 클래스가 들어 있습니다.
함수
함수 | 설명 | |
---|---|---|
addHandlers | A convenience function for adding a success and fault handler without declaring a local variable. | |
addParams | Create an adapter function that calls the provided function with the provided parameters, appending any parameters passed in when it is invoked. | |
fixParams | Create an adapter function that calls the provided function with the provided parameters, ignoring any parameters passed in when it is invoked. | |
injector | A convenience method for a success handler. |
인터페이스
인터페이스 | 설명 | |
---|---|---|
IToken | IToken objects are returned from functions that initiate asynchronous operations. |
클래스
클래스 | 설명 | |
---|---|---|
AggregatingToken | AggregatingToken objects are returned from functions that initiate multiple asynchronous operations and must accumulate the results. | |
AggregatingTokenError | An AggregatingTokenError is passed to fault handlers added to an AggregatingToken if faults occur on an aggregated token. | |
Deferred | Utility class to allow a method to be deferred until "the next stack frame". | |
HandlerHolder | A utility class to hold a set of handlers and call them. | |
ImmediateFaultToken | ImmediateFaultToken is an implementation of IToken that simply calls the fault handlers "immediately" (on the next stack frame, so that recipients can add handlers to the token first). | |
ImmediateSuccessToken | ImmediateSuccessToken is an implementation of IToken that simply calls the success handlers "immediately" (on the next stack frame, so that recipients can add handlers to the token first). | |
OpaqueWrapperToken | OpaqueWrapperToken wraps another token, calling successHandlers with no parameters. | |
Token | Token objects are returned from functions that initiate asynchronous operations. |
Tue Jun 12 2018, 03:32 PM Z