org.opendaylight.jsonrpc.provider.cluster.messages.InitCompleted Maven / Gradle / Ivy
/*
* Copyright (c) 2020 Lumina Networks, Inc. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.jsonrpc.provider.cluster.messages;
import java.io.Serializable;
/**
* Sent by master as a response to {@link InitMasterMountPoint} message.
*
* @author Richard Kosegi
* @since Jul 16, 2020
*/
public class InitCompleted implements Serializable {
private static final long serialVersionUID = 1L;
}