| Modifier and Type | Method and Description |
|---|---|
Context |
Executor.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Executor.bootHook(Context initialContext)
The main entry point to the platform.
|
void |
Executor.initialize(Context context) |
List<ServiceHandle> |
MicroserviceMetaData.query(Context context,
String host) |
| Modifier and Type | Method and Description |
|---|---|
default void |
MicroserviceProvider.initialize(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
SilverService.getContext()
Gets the current context this instance has been created with.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Invocation.invoke(Context context) |
Object |
ServiceHandle.invoke(Context context,
String method,
Class[] paramTypes,
Object[] params) |
Object |
ServiceHandle.invoke(Context context,
String method,
Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
static LookupStrategy |
LookupStrategyFactory.getStrategy(Context context,
MicroserviceMetaData metaData,
Set<Annotation> options) |
void |
LookupStrategy.initialize(Context context,
MicroserviceMetaData metaData,
Set<Annotation> options) |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
AbstractLookupStrategy.context |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLookupStrategy.initialize(Context context,
MicroserviceMetaData metaData,
Set<Annotation> options) |
| Modifier and Type | Method and Description |
|---|---|
Context |
BootUtil.getContext()
Gets the context of the created platform.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentScanner |
DeploymentScanner.getContextInstance(Context context)
Gets an instance of the scanner based on the information already stored in the provided
Context. |
Copyright © 2015–2016 px3. All rights reserved.