Package org.infinispan.rest.framework
Interface LookupResult
-
public interface LookupResult- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationgetInvocation()Returns the invocation to carry out aRestRequestjava.util.Map<java.lang.String,java.lang.String>getVariables()In case the invocation contains paths withVariablePathItem, returns the value for each variable or empty otherwise.
-
-
-
Method Detail
-
getInvocation
Invocation getInvocation()
Returns the invocation to carry out aRestRequest
-
getVariables
java.util.Map<java.lang.String,java.lang.String> getVariables()
In case the invocation contains paths withVariablePathItem, returns the value for each variable or empty otherwise.
-
-