Trait/Object

com.itv.bucky.test

AmqpClientTest

Related Docs: object AmqpClientTest | package test

Permalink

trait AmqpClientTest[F[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmqpClientTest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract val F: ConcurrentEffect[F]

    Permalink
  2. implicit abstract val contextShift: ContextShift[F]

    Permalink
  3. implicit abstract val timer: Timer[F]

    Permalink

Concrete 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. def client(config: AmqpClientConfig = Config.empty()): Resource[F, AmqpClient[F]]

    Permalink

    A publish will fail if any handler throws an exception

  6. def client(channel: StubChannel[F], config: AmqpClientConfig): Resource[F, AmqpClient[F]]

    Permalink
  7. def clientAllAck(config: AmqpClientConfig = Config.empty()): Resource[F, AmqpClient[F]]

    Permalink

    For a publish to succeed all handlers must respond with Ack

  8. def clientForgiving(config: AmqpClientConfig = Config.empty()): Resource[F, AmqpClient[F]]

    Permalink

    Publishes always succeed, even if a handler throws an exception or does not Ack

  9. def clientPublishTimeout(config: AmqpClientConfig = Config.empty()): Resource[F, AmqpClient[F]]

    Permalink

    Every attempt to publish will result in a timeout (after the time specified in config)

  10. def clientStrict(config: AmqpClientConfig = Config.empty()): Resource[F, AmqpClient[F]]

    Permalink

    A publish will fail if any handler throws an exception

  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def runAmqpTest(test: (AmqpClient[F]) ⇒ F[Unit]): Unit

    Permalink

    A publish will fail if any handler throws an exception

  22. def runAmqpTest(clientResource: Resource[F, AmqpClient[F]])(test: (AmqpClient[F]) ⇒ F[Unit]): Unit

    Permalink
  23. def runAmqpTestAllAck(test: (AmqpClient[F]) ⇒ F[Unit]): Unit

    Permalink

    For a publish to succeed all handlers must respond with Ack

  24. def runAmqpTestForgiving(test: (AmqpClient[F]) ⇒ F[Unit]): Unit

    Permalink

    Publishes always succeed, even if a handler throws an exception or does not Ack

  25. def runAmqpTestPublishTimeout(test: (AmqpClient[F]) ⇒ F[Unit]): Unit

    Permalink

    Every attempt to publish will result in a timeout (after the time specified in config)

  26. def runAmqpTestStrict(test: (AmqpClient[F]) ⇒ F[Unit]): Unit

    Permalink

    A publish will fail if any handler throws an exception

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped