Package org.aktin.broker.rest
Class BrokerStatusEndpoint
java.lang.Object
org.aktin.broker.rest.BrokerStatusEndpoint
@Path("/broker/status")
public class BrokerStatusEndpoint
extends Object
Broker service.
TODO allow JSON media types (via JAXB mapping e.g. with MOXY)
TODO add RequestTypeManager
- Author:
- R.W.Majeed
-
Constructor Summary
Constructors Constructor Description BrokerStatusEndpoint() -
Method Summary
Modifier and Type Method Description BrokerStatusstatus()Retrieve status information about the broker.
-
Constructor Details
-
BrokerStatusEndpoint
public BrokerStatusEndpoint()
-
-
Method Details
-
status
Retrieve status information about the broker.- Returns:
- JSON status
-