PushClientF

com.malliina.push.PushClientF
trait PushClientF[S, T, U, F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GoogleClientBase[F]
class GoogleClient
trait PushClient[S, T, U]
class ADMClient
class WNSClient
class WindowsClient[T, M]
class MPNSClient
Show all

Members list

Value members

Abstract methods

def push(id: S, message: T): F[U]
def pushAll(ids: Seq[S], message: T): F[Seq[U]]