Uses of Class
cambio.simulator.entities.patterns.ServiceOwnedPattern
Packages that use ServiceOwnedPattern
Package
Description
Contains implementations of resilience patterns.
-
Uses of ServiceOwnedPattern in cambio.simulator.entities.patterns
Subclasses of ServiceOwnedPattern in cambio.simulator.entities.patternsModifier and TypeClassDescriptionclass
An examplary implementation of aStrategicPeriodicServiceOwnedPattern
with a potentially varyingIAutoscalingPolicy
.class
A service owned pattern that is automatically triggered periodically.class
StrategicPeriodicServiceOwnedPattern<S extends IStrategy>
Represents a pattern owned by aMicroservice
that employs aIStrategy
.class
StrategicServiceOwnedPattern<S extends IStrategy>
Represents a pattern owned by aMicroservice
that employs aIStrategy
. -
Uses of ServiceOwnedPattern in cambio.simulator.parsing.adapter.architecture
Methods in cambio.simulator.parsing.adapter.architecture that return ServiceOwnedPatternModifier and TypeMethodDescriptionServiceOwnedPatternAdapter.read
(@NotNull com.google.gson.stream.JsonReader in) Methods in cambio.simulator.parsing.adapter.architecture with parameters of type ServiceOwnedPatternModifier and TypeMethodDescriptionvoid
ServiceOwnedPatternAdapter.write
(com.google.gson.stream.JsonWriter out, ServiceOwnedPattern value)