Interface SagaItemTypeExecutor
-
- All Superinterfaces:
BaseSagaExecutor
public interface SagaItemTypeExecutor extends BaseSagaExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateItemType(java.lang.String itemTypeId, java.lang.String traceId, games.mythical.saga.sdk.proto.common.itemtype.ItemTypeState itemTypeState)voidupdateItemTypeState(java.lang.String itemTypeId, java.lang.String traceId, games.mythical.saga.sdk.proto.common.itemtype.ItemTypeState itemTypeState)-
Methods inherited from interface games.mythical.saga.sdk.client.executor.BaseSagaExecutor
onError
-
-
-
-
Method Detail
-
updateItemType
void updateItemType(java.lang.String itemTypeId, java.lang.String traceId, games.mythical.saga.sdk.proto.common.itemtype.ItemTypeState itemTypeState) throws java.lang.Exception- Throws:
java.lang.Exception
-
updateItemTypeState
void updateItemTypeState(java.lang.String itemTypeId, java.lang.String traceId, games.mythical.saga.sdk.proto.common.itemtype.ItemTypeState itemTypeState) throws java.lang.Exception- Throws:
java.lang.Exception
-
-