public 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.Methods
public abstract T create(String endpoint) |
Method details
create
public abstract T create(String endpoint)