com.alibaba.rocketmq.common.protocol.body
类 ConsumeMessageDirectlyResult

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.protocol.body.ConsumeMessageDirectlyResult

public class ConsumeMessageDirectlyResult
extends RemotingSerializable


构造方法摘要
ConsumeMessageDirectlyResult()
           
 
方法摘要
 CMResult getConsumeResult()
           
 String getRemark()
           
 long getSpentTimeMills()
           
 boolean isAutoCommit()
           
 boolean isOrder()
           
 void setAutoCommit(boolean autoCommit)
           
 void setConsumeResult(CMResult consumeResult)
           
 void setOrder(boolean order)
           
 void setRemark(String remark)
           
 void setSpentTimeMills(long spentTimeMills)
           
 String toString()
           
 
从类 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable 继承的方法
decode, encode, encode, fromJson, toJson, toJson, toJson
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ConsumeMessageDirectlyResult

public ConsumeMessageDirectlyResult()
方法详细信息

isOrder

public boolean isOrder()

setOrder

public void setOrder(boolean order)

isAutoCommit

public boolean isAutoCommit()

setAutoCommit

public void setAutoCommit(boolean autoCommit)

getRemark

public String getRemark()

setRemark

public void setRemark(String remark)

getConsumeResult

public CMResult getConsumeResult()

setConsumeResult

public void setConsumeResult(CMResult consumeResult)

getSpentTimeMills

public long getSpentTimeMills()

setSpentTimeMills

public void setSpentTimeMills(long spentTimeMills)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2012-2015. All Rights Reserved.