Uses of Interface
org.infinispan.rest.framework.LookupResult
-
Packages that use LookupResult Package Description org.infinispan.rest.framework -
-
Uses of LookupResult in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return LookupResult Modifier and Type Method Description LookupResultRestDispatcher. lookupInvocation(RestRequest restRequest)default LookupResultResourceManager. lookupResource(Method method, java.lang.String path)LookupResultResourceManager. lookupResource(Method method, java.lang.String path, java.lang.String action)Methods in org.infinispan.rest.framework with parameters of type LookupResult Modifier and Type Method Description java.util.concurrent.CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest, LookupResult lookupResult)
-