Interface CallBuilder

All Known Implementing Classes:
HttpCallBuilder, ServiceCallBuilder, SolrCallBuilder

public interface CallBuilder
Builds a particular Call implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    build(com.lucidworks.apollo.common.models.CallParams callParams)
     
     
  • Method Details

    • build

      Call build(com.lucidworks.apollo.common.models.CallParams callParams) throws Exception
      Throws:
      Exception
    • getSchemes

      String[] getSchemes()