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() |
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.Integration |
integration() |
abstract String |
key() |
Class<?> |
recordComponent() |
IService |
service() |
io.vertx.core.json.JsonObject |
toJson() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitoptionspublic <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.config.Integration integration()
integration in interface Commercialpublic String app()
public String identifier()
Copyright © 2019. All rights reserved.