Uses of Interface
io.horizon.spi.jet.JtComponent
Packages that use JtComponent
-
Uses of JtComponent in io.vertx.tp.jet.uca.business
Classes in io.vertx.tp.jet.uca.business that implement JtComponentModifier and TypeClassDescriptionclassFour 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 JtComponentModifier and TypeMethodDescriptionabstract io.vertx.core.Future<Boolean>AbstractChannel.initAsync(JtComponent component, io.vertx.up.commune.ActIn request) io.vertx.core.Future<Boolean>ActorChannel.initAsync(JtComponent component, io.vertx.up.commune.ActIn request) io.vertx.core.Future<Boolean>AdaptorChannel.initAsync(JtComponent component, io.vertx.up.commune.ActIn request) io.vertx.core.Future<Boolean>ConnectorChannel.initAsync(JtComponent component, io.vertx.up.commune.ActIn request) io.vertx.core.Future<Boolean>DirectorChannel.initAsync(JtComponent component, io.vertx.up.commune.ActIn request)