Interface ICrossViewScopeResponseData<T extends Serializable>
- Type Parameters:
T
- Type of the requested data.
- All Superinterfaces:
Serializable
POJO data passed to
ICrossViewScopeResponseConsumer.accept(ICrossViewScopeResponseData)
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault ICrossViewScopeResponse<T>
default ICrossViewScopeResponse<T>
-
Method Details
-
getResponses
List<ICrossViewScopeResponse<T>> getResponses()- Returns:
- All responses obtained from the request handlers.
-
getFirstSuccessfulResponse
- Returns:
- The first successful response,
null
if no such response exists.
-
getFirstResponse
- Returns:
- The first response,
null
if no such response exists.
-