package com.zy.gateway.pipeline; /** * Created by vincent on 2020-06-04 */ public interface Bootstrap { void serverStart() throws Exception; void destroy(); }