Uses of Interface
io.vertx.tp.optic.jet.JtComponent
-
Packages that use JtComponent Package Description io.vertx.tp.jet.uca.business io.vertx.tp.jet.uca.tunnel -
-
Uses of JtComponent in io.vertx.tp.jet.uca.business
Classes in io.vertx.tp.jet.uca.business that implement JtComponent Modifier and Type Class Description classAbstractComponentFour 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 ) -
Uses of JtComponent in io.vertx.tp.jet.uca.tunnel
Methods in io.vertx.tp.jet.uca.tunnel with parameters of type JtComponent Modifier and Type Method Description abstract io.vertx.core.Future<Boolean>AbstractChannel. initAsync(JtComponent component, ActIn request)io.vertx.core.Future<Boolean>ActorChannel. 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)
-