Class

io.jobial.scase.aws.sqs

SqsRequestResponseServiceConfiguration

Related Doc: package sqs

Permalink

case class SqsRequestResponseServiceConfiguration[REQ, RESP](serviceName: String, requestQueueName: String, responseQueueName: Option[String], cleanup: Boolean)(implicit evidence$1: Marshaller[REQ], evidence$2: Unmarshaller[REQ], evidence$3: Marshaller[RESP], evidence$4: Unmarshaller[RESP], responseMarshaller: Marshaller[Either[Throwable, RESP]], responseUnmarshaller: Unmarshaller[Either[Throwable, RESP]]) extends ServiceConfiguration with CatsUtils with Logging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, LazyLogging, CatsUtils, ServiceConfiguration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqsRequestResponseServiceConfiguration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. LazyLogging
  8. CatsUtils
  9. ServiceConfiguration
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SqsRequestResponseServiceConfiguration(serviceName: String, requestQueueName: String, responseQueueName: Option[String], cleanup: Boolean)(implicit arg0: Marshaller[REQ], arg1: Unmarshaller[REQ], arg2: Marshaller[RESP], arg3: Unmarshaller[RESP], responseMarshaller: Marshaller[Either[Throwable, RESP]], responseUnmarshaller: Unmarshaller[Either[Throwable, RESP]])

    Permalink

Type Members

  1. case class IterableSequenceSyntax[F[_], T] 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 cleanup: Boolean

    Permalink
  6. def client[F[_]](implicit arg0: Concurrent[F], arg1: Timer[F], awsContext: AwsContext = AwsContext()): F[RequestResponseClient[F, REQ, RESP]]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  8. def debug[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]

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

    Permalink
    Definition Classes
    Logging
  10. def defer[F[_], A](f: ⇒ F[A])(implicit arg0: Sync[F]): F[A]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CatsUtils
  20. def info[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]

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

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

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

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

    Permalink
    Definition Classes
    CatsUtils
  25. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Definition Classes
    CatsUtils
  31. val requestQueueName: String

    Permalink
  32. val requestQueueUrl: String

    Permalink
  33. val responseQueueName: Option[String]

    Permalink
  34. val responseQueueUrl: String

    Permalink
  35. def senderClient[F[_]](implicit arg0: Concurrent[F], arg1: Timer[F], awsContext: AwsContext = AwsContext()): F[SenderClient[F, REQ]]

    Permalink
  36. def service[F[_]](requestHandler: RequestHandler[F, REQ, RESP])(implicit arg0: Concurrent[F], awsContext: AwsContext = AwsContext()): F[ConsumerProducerRequestResponseService[F, REQ, RESP]]

    Permalink
  37. val serviceName: String

    Permalink
    Definition Classes
    SqsRequestResponseServiceConfiguration → ServiceConfiguration
  38. def sleep[F[_]](duration: FiniteDuration)(implicit arg0: Timer[F]): F[Unit]

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

    Permalink
    Definition Classes
    CatsUtils
  40. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    CatsUtils
  42. def trace[F[_]](msg: ⇒ String, t: Throwable)(implicit arg0: Sync[F]): F[Unit]

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from LazyLogging

Inherited from CatsUtils

Inherited from ServiceConfiguration

Inherited from AnyRef

Inherited from Any

Ungrouped