public interface ContainerContext
| Modifier and Type | Method and Description |
|---|---|
ContainerConfiguration |
configuration()
Returns the configuration of the container.
|
org.gcube.common.events.Hub |
events()
Returns the event hub of the container
|
String |
id() |
ContainerLifecycle |
lifecycle()
Returns the lifecycle of the container
|
Persistence |
persistence()
Returns the persistence manager of the container.
|
<T> T |
profile(Class<T> type)
Returns the resource profile of a given type of the container.
|
Properties |
properties()
Returns the properties of the container.
|
ContainerConfiguration configuration()
<T> T profile(Class<T> type)
ContainerLifecycle lifecycle()
org.gcube.common.events.Hub events()
Persistence persistence()
Properties properties()
String id()
Copyright © 2019. All Rights Reserved.