JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.activiti.cloud.acc.shared.service
BaseService
Contents
Description
Method Summary
Method Details
health()
isServiceUp()
Hide sidebar
Show sidebar
Interface BaseService
public interface
BaseService
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
Map
<
String
,
Object
>
health
()
default boolean
isServiceUp
()
Method Details
health
@GetMapping(value="/actuator/health", produces="application/json", consumes="application/json")
Map
<
String
,
Object
>
health
()
isServiceUp
default
boolean
isServiceUp
()