StatusReporter

public interface StatusReporter

Interface for reporting status to a message bus.

Author:D3M614

Methods

reportStatus

void reportStatus(String status)

Allows a reporting of status with context embedded in the parameter.

Parameters:
  • status

reportStatus

void reportStatus(String topic, String status)

Report the status on a specific topic (message bus).

Parameters:
  • topioc
  • status
Throws: