Class ServiceDownstreamCancellationEvent

    • Constructor Detail

      • ServiceDownstreamCancellationEvent

        public ServiceDownstreamCancellationEvent​(java.lang.String origin,
                                                  java.lang.String service,
                                                  java.lang.String operation,
                                                  ServiceDownstreamRequestEvent requestEvent)
        Constructor for a ServiceDownstreamCancellationEvent
        Parameters:
        origin - the origin of this event e.g. 'Web' or 'gRPC'
        service - the service name e.g. WeatherService
        operation - the operation name e.g getWeather
        requestEvent - the associated cancelled request Event