Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #563] SDK SUPPORT CLOUD EVENT #575

Merged
merged 9 commits into from
Nov 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
SDK SUPPORT CLOUD EVENT
  • Loading branch information
wangshaojie committed Nov 1, 2021
commit 7b24f3c06b18cf0528957f7da91370967f712c4f
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
import io.netty.channel.ChannelHandlerContext;
import org.apache.eventmesh.common.protocol.tcp.Package;

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

Expand Down