@Value.Immutable public abstract class RaftConfiguration extends Object
| Constructor and Description |
|---|
RaftConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
abstract BigInteger |
index() |
abstract List<RaftServer> |
servers() |
public abstract List<RaftServer> servers()
public abstract BigInteger index()
Copyright © 2019. All rights reserved.