LogstreamsUtils

com.malliina.logstreams.client.LogstreamsUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def env(key: String): Either[ErrorMessage, String]
def install[F[_] : Async](conf: LogstreamsConf, d: Dispatcher[F], http: HttpClientF2[F]): F[Unit]
def installIfEnabled[F[_] : Async](defaultUser: String, userAgent: String, d: Dispatcher[F], http: HttpClientF2[F]): F[Boolean]
def resource[F[_] : Async](conf: LogstreamsConf, d: Dispatcher[F], http: HttpClientF2[F]): Resource[F, Unit]