Uses of Class
cambio.simulator.entities.networking.InternalRequest
Packages that use InternalRequest
Package
Description
Classes that directly relate to microservices, like operations, instances or instance modification events.
Network behavior revolving around request sending, monitoring and receiving.
-
Uses of InternalRequest in cambio.simulator.entities.microservice
Fields in cambio.simulator.entities.microservice with type parameters of type InternalRequestModifier and TypeFieldDescriptionprotected final Set<InternalRequest>
MicroserviceInstance.currentInternalSends
-
Uses of InternalRequest in cambio.simulator.entities.networking
Methods in cambio.simulator.entities.networking that return InternalRequestMethods in cambio.simulator.entities.networking with parameters of type InternalRequestModifier and TypeMethodDescriptionvoid
ServiceDependencyInstance.updateChildRequest
(InternalRequest childRequest) This method is used to overwrite the child request that was used to try to complete this dependency.