Interface ServiceEvent

    • Method Detail

      • getService

        java.lang.String getService()
        Get the service name
        Returns:
        the service name e.g. 'WeatherService'
      • getOperation

        java.lang.String getOperation()
        Get the operation name
        Returns:
        the operation name e.g. 'getWeather'
      • getType

        ServiceEvent.Type getType()
        Get the type of this ServiceEvent
        Returns:
        either ACTIVITY or DOWNSTREAM