Package games.mythical.saga.sdk.client
Class SagaCurrencyTypeClient
- java.lang.Object
-
- games.mythical.saga.sdk.client.AbstractSagaClient
-
- games.mythical.saga.sdk.client.AbstractSagaStreamClient
-
- games.mythical.saga.sdk.client.SagaCurrencyTypeClient
-
public class SagaCurrencyTypeClient extends AbstractSagaStreamClient
-
-
Field Summary
-
Fields inherited from class games.mythical.saga.sdk.client.AbstractSagaClient
channel, config, sagaCredentialsFactory
-
-
Constructor Summary
Constructors Constructor Description SagaCurrencyTypeClient(SagaSdkConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SagaCurrencyTypegetCurrencyType(java.lang.String currencyTypeId)java.util.List<SagaCurrencyType>getCurrencyTypes(int pageSize, games.mythical.saga.sdk.proto.common.SortOrder sortOrder)-
Methods inherited from class games.mythical.saga.sdk.client.AbstractSagaStreamClient
initStreamStub, subscribeToStream
-
Methods inherited from class games.mythical.saga.sdk.client.AbstractSagaClient
addAuthentication, stop
-
-
-
-
Constructor Detail
-
SagaCurrencyTypeClient
public SagaCurrencyTypeClient(SagaSdkConfig config) throws SagaException
- Throws:
SagaException
-
-
Method Detail
-
getCurrencyType
public SagaCurrencyType getCurrencyType(java.lang.String currencyTypeId) throws SagaException
- Throws:
SagaException
-
getCurrencyTypes
public java.util.List<SagaCurrencyType> getCurrencyTypes(int pageSize, games.mythical.saga.sdk.proto.common.SortOrder sortOrder) throws SagaException
- Throws:
SagaException
-
-