object Handler
Type Members
- type FunctionType = Function2[SNSEvent, Context, Promise[Unit]]
- type FutureFunc[Out] = (Message, Out) => Future[Boolean]
- type FutureFunc1[Out] = (Out) => Future[Boolean]
- type FutureKleisli[Out] = Kleisli[Future, (Message, Out), Boolean]
- type FutureKleisli1[Out] = Kleisli[Future, Out, Boolean]
- type IOFunc[Out] = (Message, Out) => IO[Boolean]
- type IOFunc1[Out] = (Out) => IO[Boolean]
- type IOKleisli[Out] = Kleisli[IO, (Message, Out), Boolean]
- type IOKleisli1[Out] = Kleisli[IO, Out, Boolean]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def handleFCustom[T, F[_]](routerf: (Message) => Router[T, F], execute: (F[T], T, Message) => Future[Boolean])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFWithContext[T, F[_]](router: Router[T, F], execute: (F[T], T, Message) => Future[Boolean])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFunc[T](router: (Message) => Router[T, IOFunc1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFunc[T](router: Router[T, IOFunc])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureFunc[T](router: (Message) => Router[T, FutureFunc1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureFunc[T](router: Router[T, FutureFunc])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureKleisli[T](router: (Message) => Router[T, FutureKleisli1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureKleisli[T](router: Router[T, FutureKleisli])(implicit arg0: CanSerialize[T]): FunctionType
- def handleKleisli[T](router: (Message) => Router[T, IOKleisli1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleKleisli[T](router: Router[T, IOKleisli])(implicit arg0: CanSerialize[T]): FunctionType
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- type FunctionType = Function2[SNSEvent, Context, Promise[Unit]]
- type FutureFunc[Out] = (Message, Out) => Future[Boolean]
- type FutureFunc1[Out] = (Out) => Future[Boolean]
- type FutureKleisli[Out] = Kleisli[Future, (Message, Out), Boolean]
- type FutureKleisli1[Out] = Kleisli[Future, Out, Boolean]
- type IOFunc[Out] = (Message, Out) => IO[Boolean]
- type IOFunc1[Out] = (Out) => IO[Boolean]
- type IOKleisli[Out] = Kleisli[IO, (Message, Out), Boolean]
- type IOKleisli1[Out] = Kleisli[IO, Out, Boolean]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def handleFCustom[T, F[_]](routerf: (Message) => Router[T, F], execute: (F[T], T, Message) => Future[Boolean])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFWithContext[T, F[_]](router: Router[T, F], execute: (F[T], T, Message) => Future[Boolean])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFunc[T](router: (Message) => Router[T, IOFunc1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFunc[T](router: Router[T, IOFunc])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureFunc[T](router: (Message) => Router[T, FutureFunc1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureFunc[T](router: Router[T, FutureFunc])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureKleisli[T](router: (Message) => Router[T, FutureKleisli1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleFutureKleisli[T](router: Router[T, FutureKleisli])(implicit arg0: CanSerialize[T]): FunctionType
- def handleKleisli[T](router: (Message) => Router[T, IOKleisli1])(implicit arg0: CanSerialize[T]): FunctionType
- def handleKleisli[T](router: Router[T, IOKleisli])(implicit arg0: CanSerialize[T]): FunctionType
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit