Class/Object

io.jobial.scase.core.impl

ConsumerProducerRequestResponseService

Related Docs: object ConsumerProducerRequestResponseService | package impl

Permalink

class ConsumerProducerRequestResponseService[F[_], REQ, RESP] extends DefaultService[F] with ConsumerProducerService[F, REQ, RESP] with Logging

Linear Supertypes
ConsumerProducerService[F, REQ, RESP], Logging, LazyLogging, CatsUtils, DefaultService[F], Service[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsumerProducerRequestResponseService
  2. ConsumerProducerService
  3. Logging
  4. LazyLogging
  5. CatsUtils
  6. DefaultService
  7. Service
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsumerProducerRequestResponseService(responseProducersCacheRef: Option[Ref[F, Map[Option[String], MessageProducer[F, Either[Throwable, RESP]]]]], requestConsumer: MessageConsumer[F, REQ], responseProducer: (Option[String]) ⇒ F[MessageProducer[F, Either[Throwable, RESP]]], requestHandler: RequestHandler[F, REQ, RESP], autoCommitRequest: Boolean, autoCommitFailedRequest: Boolean, defaultProducerId: Option[String])(implicit arg0: Concurrent[F], arg1: Marshaller[RESP], requestUnmarshaller: Unmarshaller[REQ], responseMarshaller: Marshaller[Either[Throwable, RESP]])

    Permalink

Type Members

  1. case class IterableSequenceSyntax[F[_], T](l: Iterable[F[T]])(implicit evidence$15: Parallel[F], evidence$16: Applicative[F]) extends Product with Serializable

    Permalink
    Definition Classes
    CatsUtils

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. val autoCommitFailedRequest: Boolean

    Permalink
  6. val autoCommitRequest: Boolean

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  8. implicit val concurrent: Concurrent[F]

    Permalink
    Definition Classes
    DefaultService
  9. def debug[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]

    Permalink
    Definition Classes
    Logging
  10. val defaultProducerId: Option[String]

    Permalink
  11. def defer[F[_], A](f: ⇒ F[A])(implicit arg0: Sync[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  12. def delay[F[_], A](f: ⇒ A)(implicit arg0: Sync[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def error[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]

    Permalink
    Definition Classes
    Logging
  16. def error[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]

    Permalink
    Definition Classes
    Logging
  17. def fromEither[F[_], A](e: Either[Throwable, A])(implicit arg0: Concurrent[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  18. def fromFuture[F[_], A](f: ⇒ Future[A])(implicit arg0: Concurrent[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  19. def fromJavaFuture[F[_], A](future: ⇒ Future[A], pollTime: FiniteDuration = 10.millis)(implicit arg0: Concurrent[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  21. def guarantee[F[_], A](fa: F[A])(finalizer: F[Unit])(implicit bracket: Bracket[F, Throwable]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  22. def handleRequest(request: MessageReceiveResult[F, REQ]): F[MessageSendResult[F, _]]

    Permalink
    Definition Classes
    ConsumerProducerService
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  24. def info[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]

    Permalink
    Definition Classes
    Logging
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. implicit def iterableToSequenceSyntax[F[_], T](l: Iterable[F[T]])(implicit arg0: Parallel[F], arg1: Applicative[F]): IterableSequenceSyntax[F, T]

    Permalink
    Definition Classes
    CatsUtils
  27. def liftIO[F[_], A](f: IO[A])(implicit arg0: Concurrent[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  28. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  32. def pure[F[_], A](a: A)(implicit arg0: Sync[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  33. def raiseError[F[_], A](t: Throwable)(implicit arg0: Sync[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  34. val requestConsumer: MessageConsumer[F, REQ]

    Permalink
  35. val requestHandler: RequestHandler[F, REQ, RESP]

    Permalink
  36. implicit val requestUnmarshaller: Unmarshaller[REQ]

    Permalink
  37. val responseProducer: (Option[String]) ⇒ F[MessageProducer[F, Either[Throwable, RESP]]]

    Permalink
  38. val responseProducersCacheRef: Option[Ref[F, Map[Option[String], MessageProducer[F, Either[Throwable, RESP]]]]]

    Permalink
  39. def sendResult(request: MessageReceiveResult[F, REQ], response: Deferred[F, Either[Throwable, RESP]], responseAttributes: Map[String, String]): F[MessageSendResult[F, _]]

    Permalink
  40. def sleep[F[_]](duration: FiniteDuration)(implicit arg0: Timer[F]): F[Unit]

    Permalink
    Definition Classes
    CatsUtils
  41. def start: F[ServiceState[F]]

    Permalink
    Definition Classes
    ConsumerProducerService
  42. def start[F[_], A](f: F[A])(implicit arg0: Concurrent[F]): F[Fiber[F, A]]

    Permalink
    Definition Classes
    CatsUtils
  43. def startAndJoin: F[ServiceState[F]]

    Permalink
    Definition Classes
    DefaultServiceService
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def take[F[_], T](mvar: MVar[F, T], timeout: Option[FiniteDuration], pollTime: FiniteDuration = 1.millis)(implicit arg0: Concurrent[F], arg1: Timer[F]): F[T]

    Permalink
    Definition Classes
    CatsUtils
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def trace[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]

    Permalink
    Definition Classes
    Logging
  48. def unit[F[_]](implicit arg0: Sync[F]): F[Unit]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def waitFor[F[_], A](f: ⇒ F[A])(cond: (A) ⇒ F[Boolean], pollTime: FiniteDuration = 1.second)(implicit arg0: Concurrent[F], arg1: Timer[F]): F[A]

    Permalink
    Definition Classes
    CatsUtils
  53. def warn[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]

    Permalink
    Definition Classes
    Logging
  54. def whenA[F[_], A](cond: Boolean)(f: ⇒ F[A])(implicit arg0: Monad[F]): F[Unit]

    Permalink
    Definition Classes
    CatsUtils

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 ConsumerProducerService[F, REQ, RESP]

Inherited from Logging

Inherited from LazyLogging

Inherited from CatsUtils

Inherited from DefaultService[F]

Inherited from Service[F]

Inherited from AnyRef

Inherited from Any

Ungrouped