Package

io.jobial.scase.example.greeting

pulsar

Permalink

package pulsar

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait GreetingRequest[RESPONSE] extends Request[RESPONSE]

    Permalink
  2. sealed trait GreetingResponse extends AnyRef

    Permalink
  3. trait GreetingService extends RequestHandler[IO, GreetingRequest[_ <: GreetingResponse], GreetingResponse]

    Permalink
  4. trait GreetingServicePulsarConfig extends AnyRef

    Permalink
  5. case class Hello(person: String) extends GreetingRequest[HelloResponse] with Product with Serializable

    Permalink
  6. case class HelloResponse(sayingHello: String) extends GreetingResponse with Product with Serializable

    Permalink
  7. case class Hi(person: String) extends GreetingRequest[HiResponse] with Product with Serializable

    Permalink
  8. case class HiResponse(sayingHi: String) extends GreetingResponse with Product with Serializable

    Permalink

Value Members

  1. object GreetingPulsarClient extends CommandLineApp with GreetingServicePulsarConfig

    Permalink
  2. object GreetingPulsarServer extends CommandLineApp with GreetingServicePulsarConfig

    Permalink

Ungrouped