接口的使用
com.alibaba.csp.sentinel.cluster.codec.EntityWriter
使用EntityWriter的程序包
程序包
说明
-
com.alibaba.csp.sentinel.cluster.codec.request中EntityWriter的使用
修饰符和类型接口说明interfaceRequestEntityWriter<E extends Request,T> A universalEntityWriterinterface for publishingRequestto a target stream. -
com.alibaba.csp.sentinel.cluster.codec.response中EntityWriter的使用
修饰符和类型接口说明interfaceResponseEntityWriter<E extends Response,T> A universalEntityWriterinterface for publishingResponseto a target stream.