Interface AsyncPassthroughRetrieveResponse.Visitor<T>
-
- Enclosing class:
- AsyncPassthroughRetrieveResponse
public static interface AsyncPassthroughRetrieveResponse.Visitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvisit(RemoteResponse value)Tvisit(java.lang.String value)
-
-
-
Method Detail
-
visit
T visit(RemoteResponse value)
-
visit
T visit(java.lang.String value)
-
-