class ProducerSenderClient[F[_], REQ] extends SenderClient[F, REQ] with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProducerSenderClient
- Logging
- LazyLogging
- SenderClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProducerSenderClient(messageProducer: MessageProducer[F, REQ], responseProducerId: Option[String])(implicit arg0: Concurrent[F], arg1: Marshaller[REQ])
Value Members
- def (implicit sendMessageContext: SendMessageContext = SendMessageContext()): F[MessageSendResult[F, REQUEST]]
- Definition Classes
- SenderClient
- 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() @IntrinsicCandidate()
- def debug[F[_]](msg: => String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- def debug[F[_]](msg: => String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error[F[_]](msg: => String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- def error[F[_]](msg: => String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def info[F[_]](msg: => String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- def info[F[_]](msg: => String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def send[REQUEST <: REQ](request: REQUEST)(implicit sendMessageContext: SendMessageContext): F[MessageSendResult[F, REQUEST]]
- Definition Classes
- ProducerSenderClient → SenderClient
- def stop: F[Unit]
- Definition Classes
- ProducerSenderClient → SenderClient
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace[F[_]](msg: => String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- def trace[F[_]](msg: => String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def warn[F[_]](msg: => String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
- def warn[F[_]](msg: => String)(implicit arg0: Sync[F]): F[Unit]
- Definition Classes
- Logging
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated