PushClient

com.malliina.push.PushClient
trait PushClient[S, T, U] extends PushClientF[S, T, U, Future]

Attributes

S

type of token

T

type of message

U

type of response

Graph
Supertypes
trait PushClientF[S, T, U, Future]
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

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