Interface IInternalServiceMonitoringFeature

  • All Known Implementing Classes:
    RequiredServicesComponentFeature

    public interface IInternalServiceMonitoringFeature
    Interface for monitoring provided and required services
    • Method Detail

      • postServiceEvent

        void postServiceEvent​(ServiceCallEvent event)
        Post a service call event.
      • isMonitoring

        boolean isMonitoring()
        Check if there is someone monitoring. To Avoid posting when nobody is listening.