org.elasticmq.rest.stats

Members list

Type members

Classlikes

final case class QueueResponse(name: String, attributes: Attributes)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class QueueStatisticsResponse(approximateNumberOfVisibleMessages: Long, approximateNumberOfInvisibleMessages: Long, approximateNumberOfMessagesDelayed: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class QueuesResponse(name: String, statistics: QueueStatisticsResponse)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait DefaultJsonProtocol
trait AdditionalFormats
trait ProductFormats
trait ProductFormatsInstances
trait CollectionFormats
trait StandardFormats
trait BasicFormats
trait SprayJsonSupport
class Object
trait Matchable
class Any
Show all
Self type
trait StatisticsJsonFormat extends SprayJsonSupport, DefaultJsonProtocol

Attributes

Supertypes
trait DefaultJsonProtocol
trait AdditionalFormats
trait ProductFormats
trait ProductFormatsInstances
trait CollectionFormats
trait StandardFormats
trait BasicFormats
trait SprayJsonSupport
class Object
trait Matchable
class Any
Show all
Known subtypes
case class StatisticsRestServer(startFuture: Future[ServerBinding], stopAndGetFuture: () => Future[Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TheStatisticsRestServerBuilder(providedActorSystem: ActorSystem, providedQueueManagerActor: ActorRef, interface: String, port: Int, _awsRegion: String, _awsAccountId: String, _contextPath: String) extends Logging

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Logging
trait LazyLogging
class Object
trait Matchable
class Any
Show all

Types

type Attributes = Map[String, String]