Interface ServiceMonitors

All Superinterfaces:
Serializable
All Known Implementing Classes:
AsyncPollingEventContainerServiceMonitors, CustomServiceMonitors, EventContainerServiceMonitors, NotifyEventContainerServiceMonitors, PlainServiceMonitors, PollingEventContainerServiceMonitors, RemotingServiceMonitors, RocksDBServiceMonitors, WebRequestsServiceMonitors

public interface ServiceMonitors extends Serializable
A generic service that exists within a processing unit.
Author:
kimchy
See Also:
  • Method Details

    • getId

      String getId()
      Returns the id of the service monitor (usually the bean id).
    • getDetails

      ServiceDetails getDetails()
      Returns the details of the service.

      Note, should not be marshalled from the server to the client, the client should be able to set it.

    • getMonitors

      Map<String,Object> getMonitors()
      Returns monitor values.