class ApolloClient[F[_], S, CP, CE] extends PersistentStreamingClient[F, S, CP, CE] with PersistentBackendHandler[F, CE]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApolloClient
  2. PersistentBackendHandler
  3. PersistentStreamingClient
  4. PersistentClient
  5. StreamingClient
  6. TransactionalClient
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApolloClient(uri: Uri, reconnectionStrategy: ReconnectionStrategy[CE], state: Ref[F, State[F, CP]], connectionStatus: SignallingRef[F, PersistentClientStatus])(implicit F: Async[F], backend: PersistentBackend[F, CP, CE], logger: Logger[F])

Type Members

  1. case class SubscriptionApplied[V, D](subscription: GraphQLOperation[S], operationName: Option[String] = None)(implicit varEncoder: Encoder[V], dataDecoder: Decoder[D]) extends Product with Serializable
    Definition Classes
    StreamingClient
  2. case class RequestApplied[V, D](operation: GraphQLOperation[S], operationName: Option[String])(implicit varEncoder: Encoder[V], dataDecoder: Decoder[D]) extends Product with Serializable
    Definition Classes
    TransactionalClient

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def connect(): F[Unit]
    Definition Classes
    ApolloClientPersistentClient
  7. final def disconnect(): F[Unit]
    Definition Classes
    ApolloClientPersistentClient
  8. final def disconnect(closeParameters: CP): F[Unit]
    Definition Classes
    ApolloClientPersistentClient
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def initialize(payload: Map[String, Json] = Map.empty): F[Unit]
    Definition Classes
    ApolloClientPersistentClient
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def onClose(connectionId: ConnectionId, event: CE): F[Unit]
  20. def onMessage(connectionId: ConnectionId, msg: String): F[Unit]
  21. def reestablish(): F[Unit]
    Definition Classes
    ApolloClientPersistentClient
  22. def request(operation: GraphQLOperation[S], operationName: Option[String] = None): RequestApplied[Variables, Data]
    Definition Classes
    TransactionalClient
  23. def requestInternal[D](document: String, operationName: Option[String], variables: Option[Json])(implicit arg0: Decoder[D]): F[D]
    Attributes
    protected
    Definition Classes
    ApolloClientTransactionalClient
  24. def status: F[PersistentClientStatus]
    Definition Classes
    ApolloClientPersistentClient
  25. def statusStream: Stream[F, PersistentClientStatus]
    Definition Classes
    ApolloClientPersistentClient
  26. def subscribe(subscription: GraphQLOperation[S], operationName: Option[String] = None): SubscriptionApplied[Variables, Data]
    Definition Classes
    StreamingClient
  27. def subscribeInternal[D](subscription: String, operationName: Option[String], variables: Option[Json])(implicit arg0: Decoder[D]): Resource[F, Stream[F, D]]
    Attributes
    protected
    Definition Classes
    ApolloClientStreamingClient
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def terminate(): F[Unit]
    Definition Classes
    ApolloClientPersistentClient
  30. val timer: Async[F]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. object SubscriptionApplied extends Serializable
    Definition Classes
    StreamingClient
  36. object RequestApplied extends Serializable
    Definition Classes
    TransactionalClient

Inherited from PersistentBackendHandler[F, CE]

Inherited from PersistentStreamingClient[F, S, CP, CE]

Inherited from PersistentClient[F, CP, CE]

Inherited from StreamingClient[F, S]

Inherited from TransactionalClient[F, S]

Inherited from AnyRef

Inherited from Any

Ungrouped