Interface SagaCurrencyExecutor
-
- All Superinterfaces:
BaseSagaExecutor
public interface SagaCurrencyExecutor extends BaseSagaExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateCurrency(java.lang.String currencyId, long amount, java.lang.String oauthId, java.lang.String traceId, games.mythical.saga.sdk.proto.common.currency.CurrencyState coinState)-
Methods inherited from interface games.mythical.saga.sdk.client.executor.BaseSagaExecutor
onError
-
-