Serialized Form

  • Package cn.vertxup.jet.domain

  • Package cn.vertxup.jet.domain.tables

    • Class cn.vertxup.jet.domain.tables.IApi

      class IApi extends org.jooq.impl.TableImpl<IApiRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<IApiRecord,Boolean> ACTIVE
          The column DB_ETERNAL.I_API.ACTIVE. 「active」- 是否启用
        • COMMENT
          org.jooq.TableField<IApiRecord,String> COMMENT
          The column DB_ETERNAL.I_API.COMMENT. 「comment」- 备注信息
        • CONSUMES
          org.jooq.TableField<IApiRecord,String> CONSUMES
          The column DB_ETERNAL.I_API.CONSUMES. 「consumes」- 当前接口使用的客户端 MIME
        • CREATED_AT
          org.jooq.TableField<IApiRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.I_API.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<IApiRecord,String> CREATED_BY
          The column DB_ETERNAL.I_API.CREATED_BY. 「createdBy」- 创建人
        • IN_MAPPING
          org.jooq.TableField<IApiRecord,String> IN_MAPPING
          The column DB_ETERNAL.I_API.IN_MAPPING. 「inMapping」- 参数映射规则
        • IN_PLUG
          org.jooq.TableField<IApiRecord,String> IN_PLUG
          The column DB_ETERNAL.I_API.IN_PLUG. 「inPlug」- 参数请求流程中的插件
        • IN_RULE
          org.jooq.TableField<IApiRecord,String> IN_RULE
          The column DB_ETERNAL.I_API.IN_RULE. 「inRule」- 参数验证、转换基本规则
        • IN_SCRIPT
          org.jooq.TableField<IApiRecord,String> IN_SCRIPT
          The column DB_ETERNAL.I_API.IN_SCRIPT. 「inScript」- 【保留】参数请求流程中的脚本控制
        • KEY
          org.jooq.TableField<IApiRecord,String> KEY
          The column DB_ETERNAL.I_API.KEY. 「key」- 接口ID
        • LANGUAGE
          org.jooq.TableField<IApiRecord,String> LANGUAGE
          The column DB_ETERNAL.I_API.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<IApiRecord,String> METADATA
          The column DB_ETERNAL.I_API.METADATA. 「metadata」- 附加配置数据
        • METHOD
          org.jooq.TableField<IApiRecord,String> METHOD
          The column DB_ETERNAL.I_API.METHOD. 「method」- 接口对应的HTTP方法
        • NAME
          org.jooq.TableField<IApiRecord,String> NAME
          The column DB_ETERNAL.I_API.NAME. 「name」- 接口名称
        • OUT_WRITER
          org.jooq.TableField<IApiRecord,String> OUT_WRITER
          The column DB_ETERNAL.I_API.OUT_WRITER. 「outWriter」- 响应格式处理器
        • PARAM_CONTAINED
          org.jooq.TableField<IApiRecord,String> PARAM_CONTAINED
          The column DB_ETERNAL.I_API.PARAM_CONTAINED. 「paramContained」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Body)
        • PARAM_MODE
          org.jooq.TableField<IApiRecord,String> PARAM_MODE
          The column DB_ETERNAL.I_API.PARAM_MODE. 「paramMode」- 参数来源,QUERY / BODY / DEFINE / PATH
        • PARAM_REQUIRED
          org.jooq.TableField<IApiRecord,String> PARAM_REQUIRED
          The column DB_ETERNAL.I_API.PARAM_REQUIRED. 「paramRequired」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Query和Path)
        • PRODUCES
          org.jooq.TableField<IApiRecord,String> PRODUCES
          The column DB_ETERNAL.I_API.PRODUCES. 「produces」- 当前接口使用的服务端 MIME
        • SECURE
          org.jooq.TableField<IApiRecord,Boolean> SECURE
          The column DB_ETERNAL.I_API.SECURE. 「secure」- 是否走安全通道,默认为TRUE
        • SERVICE_ID
          org.jooq.TableField<IApiRecord,String> SERVICE_ID
          The column DB_ETERNAL.I_API.SERVICE_ID. 「serviceId」- 关联的服务ID
        • SIGMA
          org.jooq.TableField<IApiRecord,String> SIGMA
          The column DB_ETERNAL.I_API.SIGMA. 「sigma」- 统一标识
        • TYPE
          org.jooq.TableField<IApiRecord,String> TYPE
          The column DB_ETERNAL.I_API.TYPE. 「type」- 通信类型,ONE-WAY / REQUEST-RESPONSE / PUBLISH-SUBSCRIBE
        • UPDATED_AT
          org.jooq.TableField<IApiRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.I_API.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<IApiRecord,String> UPDATED_BY
          The column DB_ETERNAL.I_API.UPDATED_BY. 「updatedBy」- 更新人
        • URI
          org.jooq.TableField<IApiRecord,String> URI
          The column DB_ETERNAL.I_API.URI. 「uri」- 接口路径,安全路径位于 /api 之下
        • WORKER_ADDRESS
          org.jooq.TableField<IApiRecord,String> WORKER_ADDRESS
          The column DB_ETERNAL.I_API.WORKER_ADDRESS. 「workerAddress」- 请求发送地址
        • WORKER_CLASS
          org.jooq.TableField<IApiRecord,String> WORKER_CLASS
          The column DB_ETERNAL.I_API.WORKER_CLASS. 「workerClass」- OX | PLUG专用,请求执行器对应的JavaClass名称
        • WORKER_CONSUMER
          org.jooq.TableField<IApiRecord,String> WORKER_CONSUMER
          The column DB_ETERNAL.I_API.WORKER_CONSUMER. 「workerConsumer」- 请求地址消费专用组件
        • WORKER_JS
          org.jooq.TableField<IApiRecord,String> WORKER_JS
          The column DB_ETERNAL.I_API.WORKER_JS. 「workerJs」- JS 专用,JavaScript路径:runtime/workers/<app>/下的执行器
        • WORKER_TYPE
          org.jooq.TableField<IApiRecord,String> WORKER_TYPE
          The column DB_ETERNAL.I_API.WORKER_TYPE. 「workerType」- Worker类型:JS / PLUG / STD
    • Class cn.vertxup.jet.domain.tables.IJob

      class IJob extends org.jooq.impl.TableImpl<IJobRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<IJobRecord,Boolean> ACTIVE
          The column DB_ETERNAL.I_JOB.ACTIVE. 「active」- 是否启用
        • ADDITIONAL
          org.jooq.TableField<IJobRecord,String> ADDITIONAL
          The column DB_ETERNAL.I_JOB.ADDITIONAL. 「additional」- 额外配置信息
        • CODE
          org.jooq.TableField<IJobRecord,String> CODE
          The column DB_ETERNAL.I_JOB.CODE. 「comment」- 任务编码
        • COMMENT
          org.jooq.TableField<IJobRecord,String> COMMENT
          The column DB_ETERNAL.I_JOB.COMMENT. 「comment」- 备注信息
        • CREATED_AT
          org.jooq.TableField<IJobRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.I_JOB.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<IJobRecord,String> CREATED_BY
          The column DB_ETERNAL.I_JOB.CREATED_BY. 「createdBy」- 创建人
        • DURATION
          org.jooq.TableField<IJobRecord,Long> DURATION
          The column DB_ETERNAL.I_JOB.DURATION. 「duration」- JOB的间隔时间,(秒为单位)
        • DURATION_COMPONENT
          org.jooq.TableField<IJobRecord,String> DURATION_COMPONENT
          The column DB_ETERNAL.I_JOB.DURATION_COMPONENT. 「durationComponent」对应复杂调度问题
        • DURATION_CONFIG
          org.jooq.TableField<IJobRecord,String> DURATION_CONFIG
          The column DB_ETERNAL.I_JOB.DURATION_CONFIG. 「durationConfig」复杂调度配置
        • GROUP
          org.jooq.TableField<IJobRecord,String> GROUP
          The column DB_ETERNAL.I_JOB.GROUP. 「group」- 任务组(按组查询),自由字符串
        • INCOME_ADDRESS
          org.jooq.TableField<IJobRecord,String> INCOME_ADDRESS
          The column DB_ETERNAL.I_JOB.INCOME_ADDRESS. 「incomeAddress」对应incomeAddress,字符串,@On -> address
        • INCOME_COMPONENT
          org.jooq.TableField<IJobRecord,String> INCOME_COMPONENT
          The column DB_ETERNAL.I_JOB.INCOME_COMPONENT. 「incomeComponent」对应income,必须是JobIncome,@On -> input
        • KEY
          org.jooq.TableField<IJobRecord,String> KEY
          The column DB_ETERNAL.I_JOB.KEY. 「key」- 任务ID
        • LANGUAGE
          org.jooq.TableField<IJobRecord,String> LANGUAGE
          The column DB_ETERNAL.I_JOB.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<IJobRecord,String> METADATA
          The column DB_ETERNAL.I_JOB.METADATA. 「metadata」- 附加配置数据
        • NAME
          org.jooq.TableField<IJobRecord,String> NAME
          The column DB_ETERNAL.I_JOB.NAME. 「name」- 任务名称
        • NAMESPACE
          org.jooq.TableField<IJobRecord,String> NAMESPACE
          The column DB_ETERNAL.I_JOB.NAMESPACE. 「namespace」- 任务所在名空间
        • OUTCOME_ADDRESS
          org.jooq.TableField<IJobRecord,String> OUTCOME_ADDRESS
          The column DB_ETERNAL.I_JOB.OUTCOME_ADDRESS. 「outcomeAddress」对应outcomeAddress,字符串,@Off -> address
        • OUTCOME_COMPONENT
          org.jooq.TableField<IJobRecord,String> OUTCOME_COMPONENT
          The column DB_ETERNAL.I_JOB.OUTCOME_COMPONENT. 「outcomeComponent」对应outcome,必须是JobOutcome,@Off -> outcome
        • PROXY
          org.jooq.TableField<IJobRecord,String> PROXY
          The column DB_ETERNAL.I_JOB.PROXY. 「proxy」- 代理类,带有@On/@Off
        • RUN_AT
          org.jooq.TableField<IJobRecord,LocalTime> RUN_AT
          The column DB_ETERNAL.I_JOB.RUN_AT. 「runAt」- 定时任务中的JOB时间
        • RUN_FORMULA
          org.jooq.TableField<IJobRecord,String> RUN_FORMULA
          The column DB_ETERNAL.I_JOB.RUN_FORMULA. 「runFormula」- 运行周期专用的表达式
        • SERVICE_ID
          org.jooq.TableField<IJobRecord,String> SERVICE_ID
          The column DB_ETERNAL.I_JOB.SERVICE_ID. 「serviceId」- 关联的服务ID
        • SIGMA
          org.jooq.TableField<IJobRecord,String> SIGMA
          The column DB_ETERNAL.I_JOB.SIGMA. 「sigma」- 统一标识
        • THRESHOLD
          org.jooq.TableField<IJobRecord,Integer> THRESHOLD
          The column DB_ETERNAL.I_JOB.THRESHOLD. 「threshold」- 默认值 300 s,(秒为单位)
        • TYPE
          org.jooq.TableField<IJobRecord,String> TYPE
          The column DB_ETERNAL.I_JOB.TYPE. 「type」- 任务类型
        • UPDATED_AT
          org.jooq.TableField<IJobRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.I_JOB.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<IJobRecord,String> UPDATED_BY
          The column DB_ETERNAL.I_JOB.UPDATED_BY. 「updatedBy」- 更新人
    • Class cn.vertxup.jet.domain.tables.IService

      class IService extends org.jooq.impl.TableImpl<IServiceRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<IServiceRecord,Boolean> ACTIVE
          The column DB_ETERNAL.I_SERVICE.ACTIVE. 「active」- 是否启用
        • CHANNEL_COMPONENT
          org.jooq.TableField<IServiceRecord,String> CHANNEL_COMPONENT
          The column DB_ETERNAL.I_SERVICE.CHANNEL_COMPONENT. 「channelComponent」- 自定义通道专用组件
        • CHANNEL_CONFIG
          org.jooq.TableField<IServiceRecord,String> CHANNEL_CONFIG
          The column DB_ETERNAL.I_SERVICE.CHANNEL_CONFIG. 「channelConfig」- 通道(自定义)配置信息,Channel专用
        • CHANNEL_TYPE
          org.jooq.TableField<IServiceRecord,String> CHANNEL_TYPE
          The column DB_ETERNAL.I_SERVICE.CHANNEL_TYPE. 「channelType」- 通道类型:ADAPTOR / CONNECTOR / ACTOR / DIRECTOR / DEFINE
        • COMMENT
          org.jooq.TableField<IServiceRecord,String> COMMENT
          The column DB_ETERNAL.I_SERVICE.COMMENT. 「comment」- 备注信息
        • CONFIG_DATABASE
          org.jooq.TableField<IServiceRecord,String> CONFIG_DATABASE
          The column DB_ETERNAL.I_SERVICE.CONFIG_DATABASE. 「configDatabase」- 数据库配置,当前通道访问的Database
        • CONFIG_INTEGRATION
          org.jooq.TableField<IServiceRecord,String> CONFIG_INTEGRATION
          The column DB_ETERNAL.I_SERVICE.CONFIG_INTEGRATION. 「configIntegration」- 集成配置信息,第三方专用
        • CREATED_AT
          org.jooq.TableField<IServiceRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.I_SERVICE.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<IServiceRecord,String> CREATED_BY
          The column DB_ETERNAL.I_SERVICE.CREATED_BY. 「createdBy」- 创建人
        • DICT_COMPONENT
          org.jooq.TableField<IServiceRecord,String> DICT_COMPONENT
          The column DB_ETERNAL.I_SERVICE.DICT_COMPONENT. 「dictComponent」- 字典配置中的插件
        • DICT_CONFIG
          org.jooq.TableField<IServiceRecord,String> DICT_CONFIG
          The column DB_ETERNAL.I_SERVICE.DICT_CONFIG. 「dictConfig」- 字典的配置信息
        • DICT_EPSILON
          org.jooq.TableField<IServiceRecord,String> DICT_EPSILON
          The column DB_ETERNAL.I_SERVICE.DICT_EPSILON. 「dictEpsilon」- 字典的消费配置
        • IDENTIFIER
          org.jooq.TableField<IServiceRecord,String> IDENTIFIER
          The column DB_ETERNAL.I_SERVICE.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识
        • IDENTIFIER_COMPONENT
          org.jooq.TableField<IServiceRecord,String> IDENTIFIER_COMPONENT
          The column DB_ETERNAL.I_SERVICE.IDENTIFIER_COMPONENT. 「identifierComponent」- 当前业务接口使用的标识选择器
        • IN_SCRIPT
          org.jooq.TableField<IServiceRecord,String> IN_SCRIPT
          The column DB_ETERNAL.I_SERVICE.IN_SCRIPT. 「inScript」- 本次不使用,加载脚本引擎ScriptEngine前置脚本
        • IS_GRAPHIC
          org.jooq.TableField<IServiceRecord,Boolean> IS_GRAPHIC
          The column DB_ETERNAL.I_SERVICE.IS_GRAPHIC. 「isGraphic」- 是否驱动图引擎
        • IS_WORKFLOW
          org.jooq.TableField<IServiceRecord,Boolean> IS_WORKFLOW
          The column DB_ETERNAL.I_SERVICE.IS_WORKFLOW. 「isWorkflow」- 是否驱动工作流引擎
        • KEY
          org.jooq.TableField<IServiceRecord,String> KEY
          The column DB_ETERNAL.I_SERVICE.KEY. 「key」- 服务ID
        • LANGUAGE
          org.jooq.TableField<IServiceRecord,String> LANGUAGE
          The column DB_ETERNAL.I_SERVICE.LANGUAGE. 「language」- 使用的语言
        • MAPPING_COMPONENT
          org.jooq.TableField<IServiceRecord,String> MAPPING_COMPONENT
          The column DB_ETERNAL.I_SERVICE.MAPPING_COMPONENT. 「mappingComponent」- 映射组件类型
        • MAPPING_CONFIG
          org.jooq.TableField<IServiceRecord,String> MAPPING_CONFIG
          The column DB_ETERNAL.I_SERVICE.MAPPING_CONFIG. 「mappingConfig」- 映射专用配置
        • MAPPING_MODE
          org.jooq.TableField<IServiceRecord,String> MAPPING_MODE
          The column DB_ETERNAL.I_SERVICE.MAPPING_MODE. 「mappingMode」- 映射的模式
        • METADATA
          org.jooq.TableField<IServiceRecord,String> METADATA
          The column DB_ETERNAL.I_SERVICE.METADATA. 「metadata」- 附加配置数据
        • NAME
          org.jooq.TableField<IServiceRecord,String> NAME
          The column DB_ETERNAL.I_SERVICE.NAME. 「name」- 服务名称
        • NAMESPACE
          org.jooq.TableField<IServiceRecord,String> NAMESPACE
          The column DB_ETERNAL.I_SERVICE.NAMESPACE. 「namespace」- 服务所在名空间
        • OUT_SCRIPT
          org.jooq.TableField<IServiceRecord,String> OUT_SCRIPT
          The column DB_ETERNAL.I_SERVICE.OUT_SCRIPT. 「outScript」- 本次不使用,加载脚本引擎ScriptEngine后置脚本
        • RULE_UNIQUE
          org.jooq.TableField<IServiceRecord,String> RULE_UNIQUE
          The column DB_ETERNAL.I_SERVICE.RULE_UNIQUE. 「ruleUnique」- 第二标识规则,当前通道的专用标识规则RuleUnique
        • SERVICE_COMPONENT
          org.jooq.TableField<IServiceRecord,String> SERVICE_COMPONENT
          The column DB_ETERNAL.I_SERVICE.SERVICE_COMPONENT. 「serviceComponent」- 服务组件定义
        • SERVICE_CONFIG
          org.jooq.TableField<IServiceRecord,String> SERVICE_CONFIG
          The column DB_ETERNAL.I_SERVICE.SERVICE_CONFIG. 「serviceConfig」- 业务组件配置,业务组件专用
        • SERVICE_RECORD
          org.jooq.TableField<IServiceRecord,String> SERVICE_RECORD
          The column DB_ETERNAL.I_SERVICE.SERVICE_RECORD. 「serviceRecord」- 服务记录定义
        • SIGMA
          org.jooq.TableField<IServiceRecord,String> SIGMA
          The column DB_ETERNAL.I_SERVICE.SIGMA. 「sigma」- 统一标识
        • UPDATED_AT
          org.jooq.TableField<IServiceRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.I_SERVICE.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<IServiceRecord,String> UPDATED_BY
          The column DB_ETERNAL.I_SERVICE.UPDATED_BY. 「updatedBy」- 更新人
  • Package cn.vertxup.jet.domain.tables.interfaces

  • Package cn.vertxup.jet.domain.tables.pojos

  • Package cn.vertxup.jet.domain.tables.records

  • Package io.vertx.tp.error

    • Exception io.vertx.tp.error._400FileNameInValidException

      class _400FileNameInValidException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._400RequiredParamException

      class _400RequiredParamException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._403TokenGenerationException

      class _403TokenGenerationException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._404ConnectMissingException

      class _404ConnectMissingException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._404ExcelFileNullException

      class _404ExcelFileNullException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._409SessionConflictException

      class _409SessionConflictException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._409SessionVersionException

      class _409SessionVersionException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._424ChannelConflictException

      class _424ChannelConflictException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._424ChannelDefineException

      class _424ChannelDefineException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._424ChannelDefinitionException

      class _424ChannelDefinitionException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._500AmbientConnectException

      class _500AmbientConnectException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._500ConsumerSpecException

      class _500ConsumerSpecException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._500DefinitionErrorException

      class _500DefinitionErrorException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._500EnvironmentException

      class _500EnvironmentException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._500ExportingErrorException

      class _500ExportingErrorException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._500WorkerSpecException

      class _500WorkerSpecException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._501ChannelErrorException

      class _501ChannelErrorException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._501ChannelNotImplementException

      class _501ChannelNotImplementException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._501DataSourceException

      class _501DataSourceException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._501IngestMissingException

      class _501IngestMissingException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error._501IngestSpecException

      class _501IngestSpecException extends io.horizon.exception.WebException implements Serializable
    • Exception io.vertx.tp.error.DataSourceException

      class DataSourceException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.EventCodexMultiException

      class EventCodexMultiException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.PluginOptionException

      class PluginOptionException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.PluginSpecificationException

      class PluginSpecificationException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.PluginUpException

      class PluginUpException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.RpcPreparingException

      class RpcPreparingException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.WallDuplicatedException

      class WallDuplicatedException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.WallItemSizeException

      class WallItemSizeException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.WallKeyMissingException

      class WallKeyMissingException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.WallMethodMultiException

      class WallMethodMultiException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.WallProviderConflictException

      class WallProviderConflictException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.WallTypeWrongException

      class WallTypeWrongException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.XtorConnectException

      class XtorConnectException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.XtorExecuteException

      class XtorExecuteException extends io.horizon.exception.BootingException implements Serializable
    • Exception io.vertx.tp.error.XtorNotReadyException

      class XtorNotReadyException extends io.horizon.exception.BootingException implements Serializable
  • Package io.vertx.tp.jet.atom