You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Autowired
FeignClient client;
public Message consumption_must_success_eventually(CommandMessage<RemoteActionCommand> cm) {
....
// it may throw an exception (like a momentary network glitch)
client.invokeRpc();
withSuccess();
}
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks!
The text was updated successfully, but these errors were encountered: