Reconnect

org.http4s.client.websocket.middleware.Reconnect
object Reconnect

Attributes

Source
Reconnect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reconnect.type

Members list

Value members

Concrete methods

def apply[F[_]](connect: Resource[F, WSConnectionHighLevel[F]], reconnect: Close => F[Boolean])(implicit F: Concurrent[F]): Resource[F, WSConnectionHighLevel[F]]

Attributes

Source
Reconnect.scala