Package org.apache.ofbiz.service
Interface GenericRequester
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
GenericResultWaiter
Generic Requester Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
receiveResult
(Map<String, Object> result) Receive the result of an asynchronous service callvoid
Receive an exception (Throwable) from an asynchronous service cell
-
Method Details
-
receiveResult
Receive the result of an asynchronous service call- Parameters:
result
- Map of name, value pairs composing the result
-
receiveThrowable
Receive an exception (Throwable) from an asynchronous service cell- Parameters:
t
- The Throwable which was received
-