Interface JolokiaServiceCreator

All Known Implementing Classes:
ClasspathServiceCreator

public interface JolokiaServiceCreator
Object for creating static services
Since:
14.06.13
Author:
roland
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the services created by this creator.
  • Method Details

    • getServices

      Set<JolokiaService<?>> getServices()
      Get the services created by this creator. The service created can be of various types
      Returns:
      created services