Packages

package amqpjdbc

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

Type Members

  1. trait AmqpJdbcDefaults extends AmqpDefaults
  2. case class AmqpJdbcQueueStats(amqpStats: AmqpQueueStats, scheduledMessageCount: Int) extends Product with Serializable
  3. trait AmqpJdbcTransport extends PubSubTransport
  4. case class MessageToSchedule(queueName: String, content: String, properties: Map[String, Any], delay: FiniteDuration) extends Product with Serializable
  5. case class ScheduledMessage(id: Option[Long], queueName: String, content: String, properties: Map[String, Any], plannedRun: Timestamp) extends Product with Serializable
  6. trait ScheduledMessagesRepository extends AnyRef

Value Members

  1. implicit def transport(implicit actorSystem: ActorSystem, connection: Connection, profile: JdbcProfile, db: slick.jdbc.JdbcBackend.Database): PubSubTransport
  2. object AmqpJdbcDefaults extends AmqpJdbcDefaults
  3. object AmqpJdbcTransport

Inherited from AnyRef

Inherited from Any

Ungrouped