silentbalanceyh/vertx-zero

View on GitHub
vertx-gaia/vertx-ams/src/main/qas/io/macrocosm/specification/boot/HOff.java

Summary

Maintainability
A
0 mins
Test Coverage
package io.macrocosm.specification.boot;

import io.horizon.specification.typed.TCommand;
import io.macrocosm.specification.config.HConfig;

/**
 * @author <a href="http://www.origin-x.cn">Lang</a>
 */
public interface HOff<T extends HConfig> extends TCommand<T, Boolean> {

    default T store() {
        return null;
    }
}