Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Developer Guide

Thomas Diesler edited this page Apr 9, 2014 · 6 revisions

Developer Guide

The POC uses a multi layer API design

api-design

1st Level API

The 1st Level API is what clients interact with. Is is defined in package io.fabric.core.api. The main entry points are the ContainerManager and ProfileManager

This level has the following properties

  • Dependable, clients can obtain instances of these API constructs throughout the lifetime of the Runtime

2nd Level API

3rd Level API

Clone this wiki locally