Packages

package stats

Linear Supertypes

Type Members

  1. type Attributes = Map[String, String]
  2. final case class QueueResponse(name: String, attributes: Attributes) extends Product with Serializable
  3. final case class QueueStatisticsResponse(approximateNumberOfVisibleMessages: Long, approximateNumberOfInvisibleMessages: Long, approximateNumberOfMessagesDelayed: Long) extends Product with Serializable
  4. final case class QueuesResponse(name: String, statistics: QueueStatisticsResponse) extends Product with Serializable
  5. trait StatisticsDirectives extends StatisticsJsonFormat
  6. trait StatisticsJsonFormat extends SprayJsonSupport with DefaultJsonProtocol
  7. case class StatisticsRestServer(startFuture: Future[ServerBinding], stopAndGetFuture: () ⇒ Future[Any]) extends Product with Serializable
  8. case class TheStatisticsRestServerBuilder(providedActorSystem: ActorSystem, providedQueueManagerActor: ActorRef, interface: String, port: Int, _awsRegion: String, _awsAccountId: String) extends Logging with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped