Skip to content

Commit

Permalink
Change groupId argument of callFacade to UUID object
Browse files Browse the repository at this point in the history
  • Loading branch information
ac101m committed Oct 10, 2023
1 parent 9ed9dd2 commit 3726cd0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.UUID;

/**
* {@link FlowMessaging} allows a flow to initiate and communicate with one or more 3rd party flows.
Expand Down Expand Up @@ -162,7 +163,7 @@ public interface FlowMessaging {
@NotNull
String callFacade(
@NotNull MemberX500Name memberName,
@NotNull String interopGroupId,
@NotNull UUID interopGroupId,
@NotNull String facadeName,
@NotNull String methodName,
@NotNull String payload);
Expand Down

0 comments on commit 3726cd0

Please sign in to comment.