PushClient

trait PushClient[S, T, U] extends PushClientF[S, T, U, Future]
Type parameters:
S

type of token

T

type of message

U

type of response

trait PushClientF[S, T, U, Future]
class Object
trait Matchable
class Any

Value members

Abstract methods

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