Package

com.itv.bucky

lifecycle

Permalink

package lifecycle

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

Type Members

  1. case class AmqpChannelLifecycle(connection: Connection) extends VanillaLifecycle[Channel] with StrictLogging with Product with Serializable

    Permalink
  2. case class AmqpClientLifecycle(config: AmqpClientConfig)(implicit executionContext: ExecutionContext) extends Lifecycle[AmqpClient[Lifecycle, Future, Throwable, Unit]] with StrictLogging with Product with Serializable

    Permalink
  3. case class DeclarationLifecycle[F[_], E](declarations: Iterable[Declaration], client: AmqpClient[Lifecycle, F, E, Unit], timeout: FiniteDuration = 5.seconds) extends VanillaLifecycle[Unit] with Product with Serializable

    Permalink
  4. class LifecycleRawAmqpClient extends FutureAmqpClient[Lifecycle]

    Permalink

Value Members

  1. implicit val lifecycleMonad: Monad[Lifecycle]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped