Serialized Form
-
Package cn.vertxup.jet.domain
-
Class cn.vertxup.jet.domain.Db extends org.jooq.impl.SchemaImpl implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.jet.domain.DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.jet.domain.tables
-
Class cn.vertxup.jet.domain.tables.IApi extends org.jooq.impl.TableImpl<IApiRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IApiRecord,Boolean> ACTIVE
The columnDB_ETERNAL.I_API.ACTIVE. 「active」- 是否启用 -
COMMENT
org.jooq.TableField<IApiRecord,String> COMMENT
The columnDB_ETERNAL.I_API.COMMENT. 「comment」- 备注信息 -
CONSUMES
org.jooq.TableField<IApiRecord,String> CONSUMES
The columnDB_ETERNAL.I_API.CONSUMES. 「consumes」- 当前接口使用的客户端 MIME -
CREATED_AT
org.jooq.TableField<IApiRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.I_API.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IApiRecord,String> CREATED_BY
The columnDB_ETERNAL.I_API.CREATED_BY. 「createdBy」- 创建人 -
IN_MAPPING
org.jooq.TableField<IApiRecord,String> IN_MAPPING
The columnDB_ETERNAL.I_API.IN_MAPPING. 「inMapping」- 参数映射规则 -
IN_PLUG
org.jooq.TableField<IApiRecord,String> IN_PLUG
The columnDB_ETERNAL.I_API.IN_PLUG. 「inPlug」- 参数请求流程中的插件 -
IN_RULE
org.jooq.TableField<IApiRecord,String> IN_RULE
The columnDB_ETERNAL.I_API.IN_RULE. 「inRule」- 参数验证、转换基本规则 -
IN_SCRIPT
org.jooq.TableField<IApiRecord,String> IN_SCRIPT
The columnDB_ETERNAL.I_API.IN_SCRIPT. 「inScript」- 【保留】参数请求流程中的脚本控制 -
KEY
org.jooq.TableField<IApiRecord,String> KEY
The columnDB_ETERNAL.I_API.KEY. 「key」- 接口ID -
LANGUAGE
org.jooq.TableField<IApiRecord,String> LANGUAGE
The columnDB_ETERNAL.I_API.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IApiRecord,String> METADATA
The columnDB_ETERNAL.I_API.METADATA. 「metadata」- 附加配置数据 -
METHOD
org.jooq.TableField<IApiRecord,String> METHOD
The columnDB_ETERNAL.I_API.METHOD. 「method」- 接口对应的HTTP方法 -
NAME
org.jooq.TableField<IApiRecord,String> NAME
The columnDB_ETERNAL.I_API.NAME. 「name」- 接口名称 -
OUT_WRITER
org.jooq.TableField<IApiRecord,String> OUT_WRITER
The columnDB_ETERNAL.I_API.OUT_WRITER. 「outWriter」- 响应格式处理器 -
PARAM_CONTAINED
org.jooq.TableField<IApiRecord,String> PARAM_CONTAINED
The columnDB_ETERNAL.I_API.PARAM_CONTAINED. 「paramContained」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Body) -
PARAM_MODE
org.jooq.TableField<IApiRecord,String> PARAM_MODE
The columnDB_ETERNAL.I_API.PARAM_MODE. 「paramMode」- 参数来源,QUERY / BODY / DEFINE / PATH -
PARAM_REQUIRED
org.jooq.TableField<IApiRecord,String> PARAM_REQUIRED
The columnDB_ETERNAL.I_API.PARAM_REQUIRED. 「paramRequired」- 必须参数表,一个JsonArray用于返回 400基本验证(验证Query和Path) -
PRODUCES
org.jooq.TableField<IApiRecord,String> PRODUCES
The columnDB_ETERNAL.I_API.PRODUCES. 「produces」- 当前接口使用的服务端 MIME -
SECURE
org.jooq.TableField<IApiRecord,Boolean> SECURE
The columnDB_ETERNAL.I_API.SECURE. 「secure」- 是否走安全通道,默认为TRUE -
SERVICE_ID
org.jooq.TableField<IApiRecord,String> SERVICE_ID
The columnDB_ETERNAL.I_API.SERVICE_ID. 「serviceId」- 关联的服务ID -
SIGMA
org.jooq.TableField<IApiRecord,String> SIGMA
The columnDB_ETERNAL.I_API.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<IApiRecord,String> TYPE
The columnDB_ETERNAL.I_API.TYPE. 「type」- 通信类型,ONE-WAY / REQUEST-RESPONSE / PUBLISH-SUBSCRIBE -
UPDATED_AT
org.jooq.TableField<IApiRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.I_API.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IApiRecord,String> UPDATED_BY
The columnDB_ETERNAL.I_API.UPDATED_BY. 「updatedBy」- 更新人 -
URI
org.jooq.TableField<IApiRecord,String> URI
The columnDB_ETERNAL.I_API.URI. 「uri」- 接口路径,安全路径位于 /api 之下 -
WORKER_ADDRESS
org.jooq.TableField<IApiRecord,String> WORKER_ADDRESS
The columnDB_ETERNAL.I_API.WORKER_ADDRESS. 「workerAddress」- 请求发送地址 -
WORKER_CLASS
org.jooq.TableField<IApiRecord,String> WORKER_CLASS
The columnDB_ETERNAL.I_API.WORKER_CLASS. 「workerClass」- OX | PLUG专用,请求执行器对应的JavaClass名称 -
WORKER_CONSUMER
org.jooq.TableField<IApiRecord,String> WORKER_CONSUMER
The columnDB_ETERNAL.I_API.WORKER_CONSUMER. 「workerConsumer」- 请求地址消费专用组件 -
WORKER_JS
org.jooq.TableField<IApiRecord,String> WORKER_JS
The columnDB_ETERNAL.I_API.WORKER_JS. 「workerJs」- JS 专用,JavaScript路径:runtime/workers/<app>/下的执行器 -
WORKER_TYPE
org.jooq.TableField<IApiRecord,String> WORKER_TYPE
The columnDB_ETERNAL.I_API.WORKER_TYPE. 「workerType」- Worker类型:JS / PLUG / STD
-
-
Class cn.vertxup.jet.domain.tables.IJob extends org.jooq.impl.TableImpl<IJobRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IJobRecord,Boolean> ACTIVE
The columnDB_ETERNAL.I_JOB.ACTIVE. 「active」- 是否启用 -
ADDITIONAL
org.jooq.TableField<IJobRecord,String> ADDITIONAL
The columnDB_ETERNAL.I_JOB.ADDITIONAL. 「additional」- 额外配置信息 -
CODE
org.jooq.TableField<IJobRecord,String> CODE
The columnDB_ETERNAL.I_JOB.CODE. 「comment」- 任务编码 -
COMMENT
org.jooq.TableField<IJobRecord,String> COMMENT
The columnDB_ETERNAL.I_JOB.COMMENT. 「comment」- 备注信息 -
CREATED_AT
org.jooq.TableField<IJobRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.I_JOB.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IJobRecord,String> CREATED_BY
The columnDB_ETERNAL.I_JOB.CREATED_BY. 「createdBy」- 创建人 -
DURATION
org.jooq.TableField<IJobRecord,Long> DURATION
The columnDB_ETERNAL.I_JOB.DURATION. 「duration」- JOB的间隔时间,(秒为单位) -
GROUP
org.jooq.TableField<IJobRecord,String> GROUP
The columnDB_ETERNAL.I_JOB.GROUP. 「group」- 任务组(按组查询),自由字符串 -
INCOME_ADDRESS
org.jooq.TableField<IJobRecord,String> INCOME_ADDRESS
The columnDB_ETERNAL.I_JOB.INCOME_ADDRESS. 「incomeAddress」对应incomeAddress,字符串,@On -> address -
INCOME_COMPONENT
org.jooq.TableField<IJobRecord,String> INCOME_COMPONENT
The columnDB_ETERNAL.I_JOB.INCOME_COMPONENT. 「incomeComponent」对应income,必须是JobIncome,@On -> income -
KEY
org.jooq.TableField<IJobRecord,String> KEY
The columnDB_ETERNAL.I_JOB.KEY. 「key」- 任务ID -
LANGUAGE
org.jooq.TableField<IJobRecord,String> LANGUAGE
The columnDB_ETERNAL.I_JOB.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IJobRecord,String> METADATA
The columnDB_ETERNAL.I_JOB.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<IJobRecord,String> NAME
The columnDB_ETERNAL.I_JOB.NAME. 「name」- 任务名称 -
NAMESPACE
org.jooq.TableField<IJobRecord,String> NAMESPACE
The columnDB_ETERNAL.I_JOB.NAMESPACE. 「namespace」- 任务所在名空间 -
OUTCOME_ADDRESS
org.jooq.TableField<IJobRecord,String> OUTCOME_ADDRESS
The columnDB_ETERNAL.I_JOB.OUTCOME_ADDRESS. 「outcomeAddress」对应outcomeAddress,字符串,@Off -> address -
OUTCOME_COMPONENT
org.jooq.TableField<IJobRecord,String> OUTCOME_COMPONENT
The columnDB_ETERNAL.I_JOB.OUTCOME_COMPONENT. 「outcomeComponent」对应outcome,必须是JobOutcome,@Off -> outcome -
PROXY
org.jooq.TableField<IJobRecord,String> PROXY
The columnDB_ETERNAL.I_JOB.PROXY. 「proxy」- 代理类,带有@On/@Off -
RUN_AT
org.jooq.TableField<IJobRecord,LocalTime> RUN_AT
The columnDB_ETERNAL.I_JOB.RUN_AT. 「runAt」- 定时任务中的JOB时间 -
SERVICE_ID
org.jooq.TableField<IJobRecord,String> SERVICE_ID
The columnDB_ETERNAL.I_JOB.SERVICE_ID. 「serviceId」- 关联的服务ID -
SIGMA
org.jooq.TableField<IJobRecord,String> SIGMA
The columnDB_ETERNAL.I_JOB.SIGMA. 「sigma」- 统一标识 -
THRESHOLD
org.jooq.TableField<IJobRecord,Integer> THRESHOLD
The columnDB_ETERNAL.I_JOB.THRESHOLD. 「threshold」- 默认值 300 s,(秒为单位) -
TYPE
org.jooq.TableField<IJobRecord,String> TYPE
The columnDB_ETERNAL.I_JOB.TYPE. 「type」- 任务类型 -
UPDATED_AT
org.jooq.TableField<IJobRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.I_JOB.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IJobRecord,String> UPDATED_BY
The columnDB_ETERNAL.I_JOB.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.jet.domain.tables.IService extends org.jooq.impl.TableImpl<IServiceRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IServiceRecord,Boolean> ACTIVE
The columnDB_ETERNAL.I_SERVICE.ACTIVE. 「active」- 是否启用 -
CHANNEL_COMPONENT
org.jooq.TableField<IServiceRecord,String> CHANNEL_COMPONENT
The columnDB_ETERNAL.I_SERVICE.CHANNEL_COMPONENT. 「channelComponent」- 自定义通道专用组件 -
CHANNEL_CONFIG
org.jooq.TableField<IServiceRecord,String> CHANNEL_CONFIG
The columnDB_ETERNAL.I_SERVICE.CHANNEL_CONFIG. 「channelConfig」- 通道(自定义)配置信息,Channel专用 -
CHANNEL_TYPE
org.jooq.TableField<IServiceRecord,String> CHANNEL_TYPE
The columnDB_ETERNAL.I_SERVICE.CHANNEL_TYPE. 「channelType」- 通道类型:ADAPTOR / CONNECTOR / ACTOR / DIRECTOR / DEFINE -
COMMENT
org.jooq.TableField<IServiceRecord,String> COMMENT
The columnDB_ETERNAL.I_SERVICE.COMMENT. 「comment」- 备注信息 -
CONFIG_DATABASE
org.jooq.TableField<IServiceRecord,String> CONFIG_DATABASE
The columnDB_ETERNAL.I_SERVICE.CONFIG_DATABASE. 「configDatabase」- 数据库配置,当前通道访问的Database -
CONFIG_INTEGRATION
org.jooq.TableField<IServiceRecord,String> CONFIG_INTEGRATION
The columnDB_ETERNAL.I_SERVICE.CONFIG_INTEGRATION. 「configIntegration」- 集成配置信息,第三方专用 -
CREATED_AT
org.jooq.TableField<IServiceRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.I_SERVICE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IServiceRecord,String> CREATED_BY
The columnDB_ETERNAL.I_SERVICE.CREATED_BY. 「createdBy」- 创建人 -
DICT_COMPONENT
org.jooq.TableField<IServiceRecord,String> DICT_COMPONENT
The columnDB_ETERNAL.I_SERVICE.DICT_COMPONENT. 「dictComponent」- 字典配置中的插件 -
DICT_CONFIG
org.jooq.TableField<IServiceRecord,String> DICT_CONFIG
The columnDB_ETERNAL.I_SERVICE.DICT_CONFIG. 「dictConfig」- 字典的配置信息 -
DICT_EPSILON
org.jooq.TableField<IServiceRecord,String> DICT_EPSILON
The columnDB_ETERNAL.I_SERVICE.DICT_EPSILON. 「dictEpsilon」- 字典的消费配置 -
IDENTIFIER
org.jooq.TableField<IServiceRecord,String> IDENTIFIER
The columnDB_ETERNAL.I_SERVICE.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识 -
IDENTIFIER_COMPONENT
org.jooq.TableField<IServiceRecord,String> IDENTIFIER_COMPONENT
The columnDB_ETERNAL.I_SERVICE.IDENTIFIER_COMPONENT. 「identifierComponent」- 当前业务接口使用的标识选择器 -
IN_SCRIPT
org.jooq.TableField<IServiceRecord,String> IN_SCRIPT
The columnDB_ETERNAL.I_SERVICE.IN_SCRIPT. 「inScript」- 本次不使用,加载脚本引擎ScriptEngine前置脚本 -
IS_GRAPHIC
org.jooq.TableField<IServiceRecord,Boolean> IS_GRAPHIC
The columnDB_ETERNAL.I_SERVICE.IS_GRAPHIC. 「isGraphic」- 是否驱动图引擎 -
IS_WORKFLOW
org.jooq.TableField<IServiceRecord,Boolean> IS_WORKFLOW
The columnDB_ETERNAL.I_SERVICE.IS_WORKFLOW. 「isWorkflow」- 是否驱动工作流引擎 -
KEY
org.jooq.TableField<IServiceRecord,String> KEY
The columnDB_ETERNAL.I_SERVICE.KEY. 「key」- 服务ID -
LANGUAGE
org.jooq.TableField<IServiceRecord,String> LANGUAGE
The columnDB_ETERNAL.I_SERVICE.LANGUAGE. 「language」- 使用的语言 -
MAPPING_COMPONENT
org.jooq.TableField<IServiceRecord,String> MAPPING_COMPONENT
The columnDB_ETERNAL.I_SERVICE.MAPPING_COMPONENT. 「mappingComponent」- 映射组件类型 -
MAPPING_CONFIG
org.jooq.TableField<IServiceRecord,String> MAPPING_CONFIG
The columnDB_ETERNAL.I_SERVICE.MAPPING_CONFIG. 「mappingConfig」- 映射专用配置 -
MAPPING_MODE
org.jooq.TableField<IServiceRecord,String> MAPPING_MODE
The columnDB_ETERNAL.I_SERVICE.MAPPING_MODE. 「mappingMode」- 映射的模式 -
METADATA
org.jooq.TableField<IServiceRecord,String> METADATA
The columnDB_ETERNAL.I_SERVICE.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<IServiceRecord,String> NAME
The columnDB_ETERNAL.I_SERVICE.NAME. 「name」- 服务名称 -
NAMESPACE
org.jooq.TableField<IServiceRecord,String> NAMESPACE
The columnDB_ETERNAL.I_SERVICE.NAMESPACE. 「namespace」- 服务所在名空间 -
OUT_SCRIPT
org.jooq.TableField<IServiceRecord,String> OUT_SCRIPT
The columnDB_ETERNAL.I_SERVICE.OUT_SCRIPT. 「outScript」- 本次不使用,加载脚本引擎ScriptEngine后置脚本 -
RULE_UNIQUE
org.jooq.TableField<IServiceRecord,String> RULE_UNIQUE
The columnDB_ETERNAL.I_SERVICE.RULE_UNIQUE. 「ruleUnique」- 第二标识规则,当前通道的专用标识规则RuleUnique -
SERVICE_COMPONENT
org.jooq.TableField<IServiceRecord,String> SERVICE_COMPONENT
The columnDB_ETERNAL.I_SERVICE.SERVICE_COMPONENT. 「serviceComponent」- 服务组件定义 -
SERVICE_CONFIG
org.jooq.TableField<IServiceRecord,String> SERVICE_CONFIG
The columnDB_ETERNAL.I_SERVICE.SERVICE_CONFIG. 「serviceConfig」- 业务组件配置,业务组件专用 -
SERVICE_RECORD
org.jooq.TableField<IServiceRecord,String> SERVICE_RECORD
The columnDB_ETERNAL.I_SERVICE.SERVICE_RECORD. 「serviceRecord」- 服务记录定义 -
SIGMA
org.jooq.TableField<IServiceRecord,String> SIGMA
The columnDB_ETERNAL.I_SERVICE.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<IServiceRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.I_SERVICE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IServiceRecord,String> UPDATED_BY
The columnDB_ETERNAL.I_SERVICE.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.jet.domain.tables.interfaces
-
Package cn.vertxup.jet.domain.tables.pojos
-
Class cn.vertxup.jet.domain.tables.pojos.IApi extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
comment
String comment
-
consumes
String consumes
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
inMapping
String inMapping
-
inPlug
String inPlug
-
inRule
String inRule
-
inScript
String inScript
-
key
String key
-
language
String language
-
metadata
String metadata
-
method
String method
-
name
String name
-
outWriter
String outWriter
-
paramContained
String paramContained
-
paramMode
String paramMode
-
paramRequired
String paramRequired
-
produces
String produces
-
secure
Boolean secure
-
serviceId
String serviceId
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
uri
String uri
-
workerAddress
String workerAddress
-
workerClass
String workerClass
-
workerConsumer
String workerConsumer
-
workerJs
String workerJs
-
workerType
String workerType
-
-
Class cn.vertxup.jet.domain.tables.pojos.IJob extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
additional
String additional
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
duration
Long duration
-
group
String group
-
incomeAddress
String incomeAddress
-
incomeComponent
String incomeComponent
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
namespace
String namespace
-
outcomeAddress
String outcomeAddress
-
outcomeComponent
String outcomeComponent
-
proxy
String proxy
-
runAt
LocalTime runAt
-
serviceId
String serviceId
-
sigma
String sigma
-
threshold
Integer threshold
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.jet.domain.tables.pojos.IService extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
channelComponent
String channelComponent
-
channelConfig
String channelConfig
-
channelType
String channelType
-
comment
String comment
-
configDatabase
String configDatabase
-
configIntegration
String configIntegration
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
dictComponent
String dictComponent
-
dictConfig
String dictConfig
-
dictEpsilon
String dictEpsilon
-
identifier
String identifier
-
identifierComponent
String identifierComponent
-
inScript
String inScript
-
isGraphic
Boolean isGraphic
-
isWorkflow
Boolean isWorkflow
-
key
String key
-
language
String language
-
mappingComponent
String mappingComponent
-
mappingConfig
String mappingConfig
-
mappingMode
String mappingMode
-
metadata
String metadata
-
name
String name
-
namespace
String namespace
-
outScript
String outScript
-
ruleUnique
String ruleUnique
-
serviceComponent
String serviceComponent
-
serviceConfig
String serviceConfig
-
serviceRecord
String serviceRecord
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.jet.domain.tables.records
-
Class cn.vertxup.jet.domain.tables.records.IApiRecord extends org.jooq.impl.UpdatableRecordImpl<IApiRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.jet.domain.tables.records.IJobRecord extends org.jooq.impl.UpdatableRecordImpl<IJobRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.jet.domain.tables.records.IServiceRecord extends org.jooq.impl.UpdatableRecordImpl<IServiceRecord> implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.error
-
Class io.vertx.tp.error._400RequiredParamException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._403TokenGenerationException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ConnectMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ExcelFileNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409JoinTargetException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionVersionException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentParsingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentUnknownException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._424ChannelConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._424ChannelDefineException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._424ChannelDefinitionException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500AmbientConnectException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ConsumerSpecException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500DefinitionErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500EnvironmentException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ExportingErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500WorkerSpecException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501ChannelErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501ChannelNotImplementException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501DataSourceException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501IngestMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501IngestSpecException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501JooqReferenceException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501NotImplementException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error.DataSourceException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.EventCodexMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginOptionException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginSpecificationException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginUpException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.RpcPreparingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallDuplicatedException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallItemSizeException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallKeyMissingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallMethodMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallProviderConflictException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallTypeWrongException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorConnectException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorExecuteException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorNotReadyException extends io.vertx.up.exception.UpException implements Serializable
-
-
Package io.vertx.tp.jet.atom
-
Class io.vertx.tp.jet.atom.JtApp extends Object implements Serializable
-
Class io.vertx.tp.jet.atom.JtConfig extends Object implements Serializable
-
Class io.vertx.tp.jet.atom.JtWorker extends Object implements Serializable
-
-
Package io.vertx.tp.optic