| Modifier and Type | Interface and Description |
|---|---|
interface |
Context<T extends Context<T>>
Immutable configuration information for Vertigo types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentContext<T extends ComponentContext<T>>
A component context which contains information regarding each component instance within
a single network component.
|
interface |
InstanceContext
A component instance context which contains information regarding a specific component
(module or verticle) instance within a network.
|
interface |
ModuleContext
Module component context.
|
interface |
VerticleContext
Verticle component context.
|
| 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 |
|---|---|
class |
BaseContext<T extends Context<T>>
Base context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseContext<T extends Context<T>>
Base context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputContext
Input context is a wrapper around input port information for
a single component instance.
|
interface |
IOContext<T extends IOContext<T>>
Input/output context.
|
interface |
OutputContext
Output context is a wrapper around output port information for
a single component instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionContext<T extends ConnectionContext<T>>
Connection contexts represent a direct connection between two instances
of separate components.
|
interface |
InputConnectionContext
Input connection context represents a single instance's input from
an instance of another component.
|
interface |
OutputConnectionContext
Output connection context represents a single instance's output to
an instance of another component.
|
| 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 | Interface and Description |
|---|---|
interface |
InputPortContext
Input port context represents a set of input connections for a single
port within a single instance of a component.
|
interface |
OutputPortContext
Output port context represents a set of output connections for a single
port within a single instance of a component.
|
interface |
PortContext<T extends PortContext<T>>
Base context for input and output port contexts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputPortContext
Input port context.
|
class |
DefaultOutputPortContext
Output port context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputStreamContext
The output stream context represents a set of output connections
from one component instance to all instances of another component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputStreamContext
Output connection context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NetworkContext
A network context which contains information regarding the complete structure of a
deployed network.
|
| 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.