| Package | Description |
|---|---|
| io.vertx.tp.jet.uca.business | |
| io.vertx.tp.jet.uca.tunnel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponent
Four type components here, it is base class of
「Tree Structure」
Component:
|- Adaptor: AdaptorComponent ( database )
---- | - Director: AbstractDirector ( database, mission )
---- | - Connector: AbstractConnector ( database, integration )
-------- | - Actor: AbstractActor ( database, integration, mission )
|
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Boolean> |
ActorChannel.initAsync(JtComponent component,
ActIn request) |
abstract io.vertx.core.Future<Boolean> |
AbstractChannel.initAsync(JtComponent component,
ActIn request) |
io.vertx.core.Future<Boolean> |
AdaptorChannel.initAsync(JtComponent component,
ActIn request) |
io.vertx.core.Future<Boolean> |
ConnectorChannel.initAsync(JtComponent component,
ActIn request) |
io.vertx.core.Future<Boolean> |
DirectorChannel.initAsync(JtComponent component,
ActIn request) |
Copyright © 2020. All rights reserved.