public interface IInternalServiceMonitoringFeature
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<ServiceCallEvent> |
getServiceEvents()
Listen to service call events (call, result and commands).
|
boolean |
isMonitoring()
Check if there is someone monitoring.
|
void |
postServiceEvent(ServiceCallEvent event)
Post a service call event.
|
ISubscriptionIntermediateFuture<ServiceCallEvent> getServiceEvents()
void postServiceEvent(ServiceCallEvent event)
boolean isMonitoring()