object Handler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Handler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated