PersistentBackendHandler

trait PersistentBackendHandler[F[_], CE]
class Object
trait Matchable
class Any
class ApolloClient[F, S, CP, CE]

Value members

Abstract methods

def onClose(connectionId: ConnectionId, event: CE): F[Unit]
def onMessage(connectionId: ConnectionId, msg: String): F[Unit]