org.camunda.bpm.engine.rest.impl
Class MetricsRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
      extended by org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
          extended by org.camunda.bpm.engine.rest.impl.MetricsRestServiceImpl
All Implemented Interfaces:
MetricsRestService

public class MetricsRestServiceImpl
extends AbstractRestProcessEngineAware
implements MetricsRestService

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
 
Fields inherited from class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
 
Fields inherited from interface org.camunda.bpm.engine.rest.MetricsRestService
PATH
 
Constructor Summary
MetricsRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 MetricsResource getMetrics(String name)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsRestServiceImpl

public MetricsRestServiceImpl(String engineName,
                              com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

getMetrics

public MetricsResource getMetrics(String name)
Specified by:
getMetrics in interface MetricsRestService


Copyright © 2016 camunda services GmbH. All rights reserved.