All Downloads are FREE. Search and download functionalities are using the official Maven repository.

games.mythical.saga.sdk.client.executor.SagaMetadataExecutor Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
package games.mythical.saga.sdk.client.executor;

public interface SagaMetadataExecutor extends BaseSagaExecutor {
    void updateMetadata(String inventoryId,
                    String metadataUrl,
                    String traceId) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy