| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentContext<T extends ComponentContext<T>>
A component context which contains information regarding each component instance within
a single network component.
|
class |
DefaultInstanceContext
A component instance context which contains information regarding a specific component
(module or verticle) instance within a network.
|
class |
DefaultModuleContext
Module component context.
|
class |
DefaultVerticleContext
Verticle component context.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseContext.Builder<T extends BaseContext.Builder<T,U>,U extends BaseContext>
Base context builder.
|
| Modifier and Type | Field and Description |
|---|---|
protected U |
BaseContext.Builder.context |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionContext<T extends ConnectionContext<T>>
Connection contexts represent a direct connection between
one component and another component.
|
class |
DefaultInputConnectionContext
Input connection context.
|
class |
DefaultOutputConnectionContext
Output connection context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputContext
Input context represents output information between a
source component and a target component.
|
class |
DefaultOutputContext
Output context represents output information between a
source component and a target component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputPortContext
Input port context.
|
class |
DefaultOutputPortContext
Output port context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputStreamContext
Output connection context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNetworkContext
A network context which contains information regarding the complete structure of a
deployed network.
|
Copyright © 2013-2014. All Rights Reserved.