Skip to content

Commit

Permalink
HInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbalanceyh committed Jun 4, 2023
1 parent a5a9fe3 commit 6a462e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vertx-gaia/vertx-ams/src/main/qas/io/horizon/eon/VSpec.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package io.horizon.eon;

import io.horizon.specification.boot.HInstall;
import io.horizon.util.HUt;
import io.macrocosm.specification.nc.HWrapper;

Expand Down Expand Up @@ -240,7 +241,7 @@ interface Web extends VSpecWeb {
* 2. 组件启动
* -- {@link io.horizon.specification.boot.HLauncher} start
* -- {@link io.macrocosm.specification.boot.HOn} configure 启动配置初始化
* -- {@link io.horizon.specification.boot.HBundle} start Bundle启动,有多少启动多少
* -- {@link HInstall} start Bundle启动,有多少启动多少
* -- {@link io.horizon.specification.under.HRAD} 开发中心启动(可选)
* -- connect 安全连接器启动
* 3. 组件职责
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author lang : 2023-05-25
*/
public interface HBundle<BND> {
public interface HInstall<BND> {
void configure(BND bundle);

void install(BND bundle);
Expand Down

0 comments on commit 6a462e1

Please sign in to comment.