PubSub

me.wojnowski.googlecloud4s.pubsub.PubSub
See thePubSub companion trait
object PubSub

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PubSub.type

Members list

Type members

Classlikes

object Error

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type
sealed trait Error extends NoStackTrace, Product, Serializable

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object TopicNotFound.type

Value members

Concrete methods

def apply[F[_]](implicit ev: PubSub[F]): PubSub[F]
def instance[F[_] : Sync](projectId: ProjectId, backend: SttpBackend[F, Any], uriOverride: Option[Refined[String, Uri]])(implicit evidence$1: Sync[F], tokenProvider: TokenProvider[F]): PubSub[F]