Skip to content

Commit

Permalink
[ISSUE #405] remove some unused code (#649)
Browse files Browse the repository at this point in the history
* [ISSUE #405] remove some unused code
  • Loading branch information
xwm1992 authored Dec 14, 2021
1 parent 9393d72 commit 0deb401
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 0deb401

Please sign in to comment.