Class ServiceDownstreamRequestEvent

    • Constructor Detail

      • ServiceDownstreamRequestEvent

        public ServiceDownstreamRequestEvent​(java.lang.String origin,
                                             java.lang.String service,
                                             java.lang.String operation)
        Construct a ServiceDownstreamRequestEvent
        Parameters:
        origin - the origin of the downstream call e.g. 'Web' or 'gRPC'
        service - the service name e.g. 'WeatherService'
        operation - the operation name e.g. 'getWeather'