Class AbstractCall

java.lang.Object
com.lucidworks.cloud.api.call.AbstractCall
All Implemented Interfaces:
Call
Direct Known Subclasses:
HttpCall, SolrCall

public abstract class AbstractCall extends Object implements Call
  • Constructor Details

    • AbstractCall

      public AbstractCall()
  • Method Details

    • execute

      public Map<String,Object> execute()
      Description copied from interface: Call
      Execute the call and return result
      Specified by:
      execute in interface Call
    • executeInternal

      protected abstract Map<String,Object> executeInternal()