接口 MetaDataHandler
public interface MetaDataHandler
The interface meta data handler.
-
方法概要
-
方法详细资料
-
handle
void handle(org.apache.shenyu.common.dto.MetaData metaData) Handle metaData.- 参数:
metaData- the meta data
-
remove
void remove(org.apache.shenyu.common.dto.MetaData metaData) Remove metaData.- 参数:
metaData- the meta data
-
refresh
default void refresh()Refresh. -
rpcType
String rpcType()rpc type string.- 返回:
- the rpc type string
- 另请参阅:
-
RpcTypeEnum.getName()
-