Class/Object

io.jobial.scase.core.impl

ConsumerProducerStreamService

Related Docs: object ConsumerProducerStreamService | package impl

Permalink

class ConsumerProducerStreamService[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. ConsumerProducerStreamService
  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 ConsumerProducerStreamService(responseProducersCacheRef: Option[Ref[F, Map[Option[String], MessageProducer[F, RESP]]]], errorProducersCacheRef: Option[Ref[F, Map[Option[String], MessageProducer[F, Throwable]]]], requestConsumer: MessageConsumer[F, REQ], responseProducer: (Option[String]) ⇒ F[MessageProducer[F, RESP]], errorProducer: (Option[String]) ⇒ F[MessageProducer[F, Throwable]], requestHandler: RequestHandler[F, REQ, RESP], autoCommitRequest: Boolean, autoCommitFailedRequest: Boolean, defaultProducerId: Option[String])(implicit arg0: Concurrent[F], arg1: Marshaller[RESP], errorMarshaller: Marshaller[Throwable], requestUnmarshaller: Unmarshaller[REQ])

    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. val errorProducer: (Option[String]) ⇒ F[MessageProducer[F, Throwable]]

    Permalink
  18. val errorProducersCacheRef: Option[Ref[F, Map[Option[String], MessageProducer[F, Throwable]]]]

    Permalink
  19. def fromEither[F[_], A](e: Either[Throwable, A])(implicit arg0: Concurrent[F]): F[A]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CatsUtils
  30. lazy val logger: Logger

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

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

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

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

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

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

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

    Permalink
  38. implicit val requestUnmarshaller: Unmarshaller[REQ]

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

    Permalink
  40. val responseProducersCacheRef: Option[Ref[F, Map[Option[String], MessageProducer[F, RESP]]]]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  47. 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
  48. def toString(): String

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. 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
  55. def warn[F[_]](msg: ⇒ String)(implicit arg0: Sync[F]): F[Unit]

    Permalink
    Definition Classes
    Logging
  56. 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