All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.journalkeeper.rpc.client.CheckLeadershipResponse Maven / Gradle / Ivy

package io.journalkeeper.rpc.client;

import io.journalkeeper.rpc.LeaderResponse;

/**
 * @author LiYue
 * Date: 2019/12/13
 */
public class CheckLeadershipResponse extends LeaderResponse {
    public CheckLeadershipResponse() {
    }

    public CheckLeadershipResponse(Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy