Class ServiceActivityResponseEvent

    • Constructor Detail

      • ServiceActivityResponseEvent

        public ServiceActivityResponseEvent​(java.lang.String origin,
                                            java.lang.String service,
                                            java.lang.String operation,
                                            ServiceRequestEvent requestEvent)
        Construct a ServiceActivityResponseEvent
        Parameters:
        origin - the origin of the activity e.g. 'Web' or 'gRPC'
        service - the service name e.g. 'WeatherService'
        operation - the operation name e.g. 'getWeather'
        requestEvent - the associated request event