@Deprecated public interface ServerMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCheckMessage(RpcMessage request,
io.netty.channel.ChannelHandlerContext ctx)
Deprecated.
On check message.
|
void |
onRegRmMessage(RpcMessage request,
io.netty.channel.ChannelHandlerContext ctx,
RegisterCheckAuthHandler checkAuthHandler)
Deprecated.
On reg rm message.
|
void |
onRegTmMessage(RpcMessage request,
io.netty.channel.ChannelHandlerContext ctx,
RegisterCheckAuthHandler checkAuthHandler)
Deprecated.
On reg tm message.
|
void |
onTrxMessage(RpcMessage request,
io.netty.channel.ChannelHandlerContext ctx)
Deprecated.
On trx message.
|
void onTrxMessage(RpcMessage request, io.netty.channel.ChannelHandlerContext ctx)
request - the msg idctx - the ctxvoid onRegRmMessage(RpcMessage request, io.netty.channel.ChannelHandlerContext ctx, RegisterCheckAuthHandler checkAuthHandler)
request - the msg idctx - the ctxcheckAuthHandler - the check auth handlervoid onRegTmMessage(RpcMessage request, io.netty.channel.ChannelHandlerContext ctx, RegisterCheckAuthHandler checkAuthHandler)
request - the msg idctx - the ctxcheckAuthHandler - the check auth handlervoid onCheckMessage(RpcMessage request, io.netty.channel.ChannelHandlerContext ctx)
request - the msg idctx - the ctxCopyright © 2023 Seata. All rights reserved.