class ClientService extends Service with TimeMeasuringService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientService
- TimeMeasuringService
- LazyLogging
- WithMetrics
- RuntimeContextLifecycle
- GenericTimeMeasuringService
- Service
- Lifecycle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClientService()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
close(): Unit
- Definition Classes
- Lifecycle
-
def
detectMeterName(result: Try[Any]): Option[String]
- Attributes
- protected
- Definition Classes
- GenericTimeMeasuringService
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
espTimer(tags: Map[String, String], metricName: NonEmptyList[String]): EspTimer
- Definition Classes
- TimeMeasuringService → GenericTimeMeasuringService
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
instantTimerWindowInSeconds: Long
- Attributes
- protected
- Definition Classes
- GenericTimeMeasuringService
-
def
invoke(clientId: String)(implicit ec: ExecutionContext): Future[Client]
- Annotations
- @MethodToInvoke()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
def
measuring[T](tags: Map[String, String])(actionFun: ⇒ Future[T])(implicit ec: ExecutionContext): Future[T]
- Attributes
- protected
- Definition Classes
- GenericTimeMeasuringService
-
def
measuring[T](actionFun: ⇒ Future[T])(implicit ec: ExecutionContext): Future[T]
- Attributes
- protected
- Definition Classes
- GenericTimeMeasuringService
-
def
metricName: NonEmptyList[String]
- Attributes
- protected
- Definition Classes
- GenericTimeMeasuringService
-
val
metricUtils: MetricUtils
- Attributes
- protected
- Definition Classes
- WithMetrics
- Annotations
- @transient()
-
lazy val
metrics: TrieMap[String, EspTimer]
- Definition Classes
- GenericTimeMeasuringService
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
open(runtimeContext: RuntimeContext): Unit
- Definition Classes
- WithMetrics → RuntimeContextLifecycle
-
def
open(jobData: JobData): Unit
- Definition Classes
- Lifecycle
-
def
serviceName: String
- Attributes
- protected
- Definition Classes
- ClientService → GenericTimeMeasuringService
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tags: Map[String, String]
- Attributes
- protected
- Definition Classes
- GenericTimeMeasuringService
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.