public abstract class Vote<T> extends Object
| Constructor and Description |
|---|
Vote() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff) |
abstract void |
encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff) |
abstract T |
getVote()
return the vote
|
Map<String,Object> |
getVoteMap() |
abstract boolean |
isRequestServerVote() |
public abstract void encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff)
public abstract void decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buff)
public abstract boolean isRequestServerVote()
public abstract T getVote()
Copyright © 2023 The Apache Software Foundation. All rights reserved.