See: Description
| Interface | Description |
|---|---|
| ChannelConfiguration.Configurable<TYPE> |
Interface defining a configurable object.
|
| ConfigurableBuilder<TYPE> |
Interface defining a configurable builder of routines.
|
| ConfigurableChannelBuilder<TYPE> |
Interface defining a configurable builder of routines.
|
| InvocationConfiguration.AgingPriority |
Interface exposing constants which can be used as a common set of priorities.
Note that, since the priority value can be any in an integer range, it is always possible to customize the values so to create a personalized set. |
| InvocationConfiguration.Configurable<TYPE> |
Interface defining a configurable object.
|
| InvocationConfiguration.NotAgingPriority |
Interface exposing constants which can be used as a set of priorities ignoring the aging of
executions.
Note that, since the priority value can be any in an integer range, it is always possible to customize the values so to create a personalized set. |
| IOChannelBuilder |
Interface defining a builder of I/O channel objects.
|
| ObjectRoutineBuilder |
Interface defining a builder of routines wrapping an object methods.
|
| ProxyConfigurableBuilder<TYPE> |
Interface defining a configurable builder of proxy routines.
|
| ProxyConfiguration.Configurable<TYPE> |
Interface defining a configurable object.
|
| RoutineBuilder<IN,OUT> |
Interface defining a builder of routine objects.
|
| Class | Description |
|---|---|
| ChannelConfiguration |
Class storing the channel configuration.
|
| ChannelConfiguration.Builder<TYPE> |
Builder of channel configurations.
|
| InvocationConfiguration |
Class storing the invocation configuration.
|
| InvocationConfiguration.Builder<TYPE> |
Builder of invocation configurations.
|
| ProxyConfiguration |
Class storing the proxy configuration.
|
| ProxyConfiguration.Builder<TYPE> |
Builder of proxy configurations.
|
| TemplateRoutineBuilder<IN,OUT> |
Empty abstract implementation of a routine builder.
|
| Enum | Description |
|---|---|
| InvocationConfiguration.OrderType |
Enumeration defining how data are ordered inside a channel.
|
| InvocationConfiguration.TimeoutActionType |
Enumeration indicating the type of action to be taken on output channel timeout.
|