Skip to content

Commit

Permalink
SDK SUPPORT CLOUD EVENT
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshaojie committed Nov 1, 2021
1 parent 7b24f3c commit 557cb33
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
import io.netty.channel.ChannelHandlerContext;
import org.apache.eventmesh.common.protocol.tcp.Package;

/**
* ReceiveMsgHook.
*
* @param <T> receive message type.
*/
public interface ReceiveMsgHook<T> {
void handle(Package msg, ChannelHandlerContext ctx);

Expand Down

0 comments on commit 557cb33

Please sign in to comment.