Interface QueryServiceSupplier

  • All Superinterfaces:
    java.util.function.Function<java.lang.String,​java.util.Optional<QueryService>>
    All Known Implementing Classes:
    QueryRemoteServiceSupplier

    public interface QueryServiceSupplier
    extends java.util.function.Function<java.lang.String,​java.util.Optional<QueryService>>
    Interface that supplies instances of query service given the 'type'
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose