Package org.apache.pekko.pattern
Class CircuitBreakersRegistry
java.lang.Object
org.apache.pekko.pattern.CircuitBreakersRegistry
- All Implemented Interfaces:
Extension
A CircuitBreakersPanel is a central point collecting all circuit breakers in Akka.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Tapply(ActorSystem system) static Tapply(ClassicActorSystemProvider system) static CircuitBreakersRegistrycreateExtension(ExtendedActorSystem system) Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.static final booleanstatic final inthashCode()static ExtensionId<? extends Extension>lookup()Returns the canonical ExtensionId for this Extension
-
Constructor Details
-
CircuitBreakersRegistry
-
-
Method Details
-
createExtension
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only. -
lookup
Returns the canonical ExtensionId for this Extension -
apply
-
apply
-
hashCode
public static final int hashCode() -
equals
-