Package de.rss.fachstudie.MiSim.entities.networking
Network behavior revolving around request sending, monitoring and receiving.
-
Interface Summary Interface Description IRequestUpdateListener Interface for listening for request updates. -
Class Summary Class Description Dependency Represents a dependency of anOperationto anotherOperation.InternalRequest Represents aRequestbetween twoMicroserviceInstances.NetworkDependency This is an instance of aDependency.NetworkRequestCanceledEvent Event that should be scheduled when a request gets canceled.NetworkRequestEvent Superclass for network events that take care of exactly one travelingRequest.NetworkRequestReceiveEvent Event that represents the successful arrival of a request at its target instance.NetworkRequestSendEvent Event that represents the sending of a request.Request RequestAnswer Wrapper class to ease responding toRequests.RequestSender Class that provides the ability to send requests and register listeners to this requests.UserRequest ARequestthat represents a request that is created by a user from outside the simulated system. -
Enum Summary Enum Description RequestFailedReason Contains a collection of reasons, why a request can failRequestState TODO: integration of this state definitions.