Interface SagaCurrencyExecutor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updateCurrency​(java.lang.String currencyId, long amount, java.lang.String oauthId, java.lang.String traceId, games.mythical.saga.sdk.proto.common.currency.CurrencyState coinState)  
    • Method Detail

      • updateCurrency

        void updateCurrency​(java.lang.String currencyId,
                            long amount,
                            java.lang.String oauthId,
                            java.lang.String traceId,
                            games.mythical.saga.sdk.proto.common.currency.CurrencyState coinState)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception