Skip navigation links
A C D M N O P S 

A

acls() - Method in interface com.lightbend.lagom.internal.spi.ServiceDescription
 

C

CircuitBreakerMetrics - Interface in com.lightbend.lagom.internal.spi
 
CircuitBreakerMetricsProvider - Interface in com.lightbend.lagom.internal.spi
Service Provider Interface (SPI) for collecting metrics from circuit breakers.
com.lightbend.lagom.internal.spi - package com.lightbend.lagom.internal.spi
 

D

discoverServices(ClassLoader) - Method in interface com.lightbend.lagom.internal.spi.ServiceDiscovery
 

M

method() - Method in interface com.lightbend.lagom.internal.spi.ServiceAcl
 

N

name() - Method in interface com.lightbend.lagom.internal.spi.ServiceDescription
 

O

onCallBreakerOpenFailure() - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Invoked for each call when the future is completed with `akka.pattern.CircuitBreakerOpenException`
onCallFailure(long) - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Invoked for each call when the future is completed with exception, except for `TimeoutException` and `CircuitBreakerOpenException` that are handled by separate methods.
onCallSuccess(long) - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Invoked for each successful call.
onCallTimeoutFailure(long) - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Invoked for each call when the future is completed with `java.util.concurrent.TimeoutException`
onClose() - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Invoked when the circuit breaker transitions to the close state.
onHalfOpen() - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Invoked when the circuit breaker transitions to the half-open state after reset timeout.
onOpen() - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Invoked when the circuit breaker transitions to the open state.

P

pathPattern() - Method in interface com.lightbend.lagom.internal.spi.ServiceAcl
 

S

ServiceAcl - Interface in com.lightbend.lagom.internal.spi
 
ServiceDescription - Interface in com.lightbend.lagom.internal.spi
 
ServiceDiscovery - Interface in com.lightbend.lagom.internal.spi
This class can be implemented by a Play ApplicationLoader to allow tooling to detect services and their ACLs.
start(String) - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetricsProvider
Start metrics collection for the circuit breaker with `breakerId` identifier.
stop() - Method in interface com.lightbend.lagom.internal.spi.CircuitBreakerMetrics
Called when the circuit breaker is removed, e.g.
A C D M N O P S 
Skip navigation links