Package com.lucidworks.cloud.api.call
Interface Call
- All Known Implementing Classes:
AbstractCall,HttpCall,ServiceCall,SolrCall
public interface Call
An abstract call to a remote endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionexecute()Execute the call and return resultbooleanCheck whether this call is permitted according toAuthzSupport
-
Method Details
-
execute
Execute the call and return result -
isAuthorized
boolean isAuthorized()Check whether this call is permitted according toAuthzSupport
-