public class IpcRequest<T> extends Object
| 构造器和说明 |
|---|
IpcRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> IpcRequest<T> |
decode(Payload payload,
Decoder<T> decoder) |
static <T> IpcRequest<T> |
of(RequestType type,
int consumerId,
int messageId,
T request) |
io.netty.buffer.ByteBuf |
toByteBuf(Encoder<T> encoder) |
public static <T> IpcRequest<T> of(RequestType type, int consumerId, int messageId, T request)
public static <T> IpcRequest<T> decode(Payload payload, Decoder<T> decoder)
Copyright © 2019–2022. All rights reserved.