Class

io.jobial.scase.core.test

TestMessageHandler

Related Doc: package test

Permalink

case class TestMessageHandler(receivedMessage: MVar[IO, TestRequest[_ <: TestResponse]]) extends MessageHandler[IO, TestRequest[_ <: TestResponse]] with ServiceTestModel with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ServiceTestModel, MessageHandler[IO, TestRequest[_ <: TestResponse]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestMessageHandler
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ServiceTestModel
  7. MessageHandler
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestMessageHandler(receivedMessage: MVar[IO, TestRequest[_ <: TestResponse]])

    Permalink

Type Members

  1. type Handler = (TestRequest[_ <: TestResponse]) ⇒ IO[Unit]

    Permalink
    Definition Classes
    MessageHandler

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. implicit val eqTestRequest1: Eq[TestRequest1]

    Permalink
    Definition Classes
    ServiceTestModel
  8. implicit val eqTestResp: Eq[Resp]

    Permalink
    Definition Classes
    ServiceTestModel
  9. implicit val eqTestResp1: Eq[Resp1]

    Permalink
    Definition Classes
    ServiceTestModel
  10. implicit val eqTestResponse: Eq[TestResponse]

    Permalink
    Definition Classes
    ServiceTestModel
  11. implicit val eqTestResponse1: Eq[TestResponse1]

    Permalink
    Definition Classes
    ServiceTestModel
  12. implicit val eqTestResponse2: Eq[TestResponse2]

    Permalink
    Definition Classes
    ServiceTestModel
  13. implicit val eqThrowable: Eq[Throwable]

    Permalink
    Definition Classes
    ServiceTestModel
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  15. def handleMessage(implicit context: MessageContext[IO]): (TestRequest[_ <: TestResponse]) ⇒ IO[Unit]

    Permalink
    Definition Classes
    TestMessageHandler → MessageHandler
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  20. val receivedMessage: MVar[IO, TestRequest[_ <: TestResponse]]

    Permalink
  21. implicit def req1Resp1Mapping: RequestResponseMapping[Req1, Resp1]

    Permalink
    Definition Classes
    ServiceTestModel
  22. val request1: TestRequest1

    Permalink
    Definition Classes
    ServiceTestModel
  23. val request2: TestRequest2

    Permalink
    Definition Classes
    ServiceTestModel
  24. val response1: TestResponse1

    Permalink
    Definition Classes
    ServiceTestModel
  25. val response2: TestResponse2

    Permalink
    Definition Classes
    ServiceTestModel
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ServiceTestModel

Inherited from MessageHandler[IO, TestRequest[_ <: TestResponse]]

Inherited from AnyRef

Inherited from Any

Ungrouped