Interface GraphQLClients.Factory<T>

Enclosing class:
GraphQLClients

public static interface GraphQLClients.Factory<T>
Factory the generated bootstrap registers per API interface. Single-method interface -- not java.util.function.Function -- so CLDC-targeted builds remain happy.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String endpoint)
     
  • Method Details

    • create

      T create(String endpoint)