public class ProjectConsumerGroup extends Object implements Serializable
| 构造器和说明 |
|---|
ProjectConsumerGroup(String consumerGroupName,
String logStoreExpr,
int timeout,
boolean inOrder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConsumerGroupName() |
String |
getLogStoreExpr() |
int |
getTimeout() |
boolean |
isInOrder() |
void |
setConsumerGroupName(String consumerGroupName) |
void |
setInOrder(boolean inOrder) |
void |
setLogStoreExpr(String logStoreExpr) |
void |
setTimeout(int timeout) |
com.alibaba.fastjson.JSONObject |
ToRequestJson() |
String |
ToRequestString() |
String |
toString() |
public ProjectConsumerGroup(String consumerGroupName, String logStoreExpr, int timeout, boolean inOrder)
consumerGroupName - consumer group namelogStoreExpr - log store glob expressiontimeout - if the time interval of a consumer's heartbeat exceed this value in second, the consumer will be deleted.inOrder - consume data in oder or notpublic String getConsumerGroupName()
public void setConsumerGroupName(String consumerGroupName)
public String getLogStoreExpr()
public void setLogStoreExpr(String logStoreExpr)
public int getTimeout()
public void setTimeout(int timeout)
public boolean isInOrder()
public void setInOrder(boolean inOrder)
public com.alibaba.fastjson.JSONObject ToRequestJson()
public String ToRequestString()
Copyright © 2026. All Rights Reserved.