Skip to content

Commit 6b4175b

Browse files
committed
update docs
1 parent b85255e commit 6b4175b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/asciidoc/api-guide.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ If you want to send Commands to the system, the @EnableDirectAsyncGateway annota
141141
public interface DirectAsyncGateway {
142142
<T> Mono<Void> sendCommand(Command<T> command, String targetName);
143143
<T, R> Mono<R> requestReply(AsyncQuery<T> query, String targetName, Class<R> type);
144+
<T> Mono<Void> reply(T response, From from);
144145
}
145146
--------
146147

0 commit comments

Comments
 (0)