Class AbstractServiceCancellationEvent

    • Constructor Detail

      • AbstractServiceCancellationEvent

        public AbstractServiceCancellationEvent​(java.lang.String origin,
                                                java.lang.String service,
                                                java.lang.String operation,
                                                ServiceRequestEvent requestEvent)
        Constructor for a AbstractServiceCancellationEvent
        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