p

clue

package clue

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class ApolloStreamingClient[F[_], S] extends GraphQLPersistentStreamingClient[F, S]
  2. trait Backend[F[_]] extends AnyRef
  3. trait Emitter[F[_]] extends AnyRef
    Attributes
    protected
  4. trait GraphQLClient[F[_], S] extends AnyRef

    A client that allows one-shot queries and mutations.

  5. class GraphQLException extends Exception
  6. trait GraphQLOperation[S] extends AnyRef
  7. trait GraphQLPersistentStreamingClient[F[_], S] extends GraphQLStreamingClient[F, S] with PersistentClient[F]
  8. trait GraphQLStreamingClient[F[_], S] extends GraphQLClient[F, S]

    A client that allows subscriptions besides one-shot queries and mutations.

  9. trait GraphQLSubscription[F[_], D] extends AnyRef
  10. class HttpClient[F[_], S] extends GraphQLClient[F, S]
  11. class InvalidSubscriptionIdException extends Exception
  12. trait PersistentBackend[F[_]] extends AnyRef
  13. trait PersistentClient[F[_]] extends AnyRef

    A client that keeps a connection open with the server.

  14. final case class ReconnectionStrategy[F[_], CE](maxAttempts: Int, backoffFn: (Int, CE) => Option[FiniteDuration])(implicit evidence$1: Timer[F], evidence$2: Sync[F]) extends Product with Serializable
  15. sealed trait StreamingClientStatus extends AnyRef

Ungrouped