Skip to content

Commit

Permalink
[ISSUE apache#405] remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Dec 14, 2021
1 parent 419516b commit f540bc6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 115 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public interface Producer extends LifeCycle {

void sendAsync(final CloudEvent cloudEvent, final SendCallback sendCallback);

// void request(CloudEvent cloudEvent, RRCallback rrCallback, long timeout) throws Exception;

void request(CloudEvent cloudEvent, RequestReplyCallback rrCallback, long timeout) throws Exception;

boolean reply(final CloudEvent cloudEvent, final SendCallback sendCallback) throws Exception;
Expand Down

0 comments on commit f540bc6

Please sign in to comment.