| 程序包 | 说明 |
|---|---|
| org.joyqueue.model.domain | |
| org.joyqueue.model.query |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Identity |
Authority.application |
protected Identity |
BaseModel.createBy |
protected Identity |
Config.owner |
protected Identity |
BaseModel.updateBy |
| 限定符和类型 | 方法和说明 |
|---|---|
Identity |
Producer.getApp() |
Identity |
Consumer.getApp() |
Identity |
Subscribe.getApp() |
Identity |
Authority.getApplication() |
Identity |
ApplicationToken.getApplication() |
Identity |
ApplicationUser.getApplication() |
Identity |
BaseModel.getCreateBy() |
Identity |
Broker.getDataCenter() |
Identity |
BrokerGroupRelated.getGroup() |
Identity |
Broker.getGroup() |
Identity |
Broker.getHost() |
Identity |
SlimApplication.getOwner() |
Identity |
Producer.getOwner() |
Identity |
Consumer.getOwner() |
Identity |
Application.getOwner() |
Identity |
BaseModel.getUpdateBy() |
Identity |
ApplicationUser.getUser() |
default Identity |
Identifier.identity() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
BaseModel.Builder.createBy(Identity createBy) |
void |
Producer.setApp(Identity app) |
void |
Consumer.setApp(Identity app) |
void |
Subscribe.setApp(Identity app) |
void |
Authority.setApplication(Identity application) |
void |
ApplicationToken.setApplication(Identity application) |
void |
ApplicationUser.setApplication(Identity application) |
void |
BaseModel.setCreateBy(Identity createBy) |
void |
Broker.setDataCenter(Identity dataCenter) |
void |
BrokerGroupRelated.setGroup(Identity group) |
void |
Broker.setGroup(Identity group) |
void |
Broker.setHost(Identity host) |
void |
SlimApplication.setOwner(Identity owner) |
void |
Producer.setOwner(Identity owner) |
void |
Consumer.setOwner(Identity owner) |
void |
Application.setOwner(Identity owner) |
void |
BaseModel.setUpdateBy(Identity updateBy) |
void |
ApplicationUser.setUser(Identity user) |
T |
BaseModel.Builder.updateBy(Identity updateBy) |
| 构造器和说明 |
|---|
Application(Identity app) |
ApplicationUser(Identity application,
Identity user) |
| 限定符和类型 | 字段和说明 |
|---|---|
Identity |
QTopic.app |
| 限定符和类型 | 方法和说明 |
|---|---|
Identity |
QConsumer.getApp() |
Identity |
QProducer.getApp() |
Identity |
QApplicationUser.getApp() |
Identity |
QTopic.getApp() |
Identity |
QApplicationToken.getApplication() |
Identity |
QBroker.getGroup() |
Identity |
QApplicationUser.getUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QConsumer.setApp(Identity app) |
void |
QProducer.setApp(Identity app) |
void |
QApplicationUser.setApp(Identity app) |
void |
QTopic.setApp(Identity app) |
void |
QApplicationToken.setApplication(Identity application) |
void |
QBroker.setGroup(Identity group) |
void |
QApplicationUser.setUser(Identity user) |
| 构造器和说明 |
|---|
QApplicationToken(Identity application,
String token) |
QApplicationUser(Identity user,
Identity app,
Integer status) |
QApplicationUser(String keyword,
Identity user,
Identity app,
Integer status) |
QProducer(Identity app) |
Copyright © 2020 Joyqueue Community. All rights reserved.