org.elasticmq.rest.stats
package org.elasticmq.rest.stats
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class QueueStatisticsResponse(approximateNumberOfVisibleMessages: Long, approximateNumberOfInvisibleMessages: Long, approximateNumberOfMessagesDelayed: Long)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait StatisticsDirectives extends StatisticsJsonFormat
Attributes
- Supertypes
-
trait StatisticsJsonFormattrait DefaultJsonProtocoltrait AdditionalFormatstrait ProductFormatstrait ProductFormatsInstancestrait CollectionFormatstrait StandardFormatstrait BasicFormatstrait SprayJsonSupportclass Objecttrait Matchableclass AnyShow all
- Self type
trait StatisticsJsonFormat extends SprayJsonSupport, DefaultJsonProtocol
Attributes
- Supertypes
-
trait DefaultJsonProtocoltrait AdditionalFormatstrait ProductFormatstrait ProductFormatsInstancestrait CollectionFormatstrait StandardFormatstrait BasicFormatstrait SprayJsonSupportclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait StatisticsDirectives
case class StatisticsRestServer(startFuture: Future[ServerBinding], stopAndGetFuture: () => Future[Any])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class TheStatisticsRestServerBuilder(providedActorSystem: ActorSystem, providedQueueManagerActor: ActorRef, interface: String, port: Int, _awsRegion: String, _awsAccountId: String, _contextPath: String) extends Logging
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Loggingtrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
Types
In this article