public abstract class JtCommercial extends Object implements Commercial
| Modifier and Type | Method and Description |
|---|---|
String |
app() |
<T extends JtCommercial> |
bind(JtConfig config) |
<T extends JtCommercial> |
bind(String appId) |
Class<?> |
businessComponent() |
Class<?> |
channelComponent() |
ChannelType |
channelType() |
io.vertx.up.commune.config.Database |
database() |
io.vertx.up.commune.exchange.DictConfig |
dict() |
boolean |
equals(Object o) |
void |
fromJson(io.vertx.core.json.JsonObject data) |
protected JtApp |
getApp() |
protected JtConfig |
getConfig() |
int |
hashCode() |
String |
identifier() |
io.vertx.up.commune.config.Identity |
identity() |
io.vertx.up.commune.config.Integration |
integration() |
abstract String |
key() |
io.vertx.up.commune.exchange.DualMapping |
mapping() |
void |
mockOn() |
Class<?> |
recordComponent() |
io.vertx.up.commune.rule.RuleUnique |
rule() |
IService |
service() |
io.vertx.core.json.JsonObject |
toJson() |
public <T extends JtCommercial> T bind(JtConfig config)
public <T extends JtCommercial> T bind(String appId)
public IService service()
protected JtApp getApp()
protected JtConfig getConfig()
public abstract String key()
public ChannelType channelType()
channelType in interface Commercialpublic Class<?> channelComponent()
channelComponent in interface Commercialpublic Class<?> businessComponent()
businessComponent in interface Commercialpublic Class<?> recordComponent()
recordComponent in interface Commercialpublic io.vertx.up.commune.config.Database database()
database in interface Commercialpublic io.vertx.up.commune.rule.RuleUnique rule()
rule in interface Commercialrule in interface Servicepublic io.vertx.up.commune.config.Integration integration()
integration in interface Commercialpublic void mockOn()
public io.vertx.up.commune.exchange.DictConfig dict()
dict in interface ServiceDefinitionpublic io.vertx.up.commune.exchange.DualMapping mapping()
public io.vertx.up.commune.config.Identity identity()
public String app()
public String identifier()
identifier in interface CommercialCopyright © 2021. All rights reserved.