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

io.sphere.sdk.messages.GenericMessage Maven / Gradle / Ivy

package io.sphere.sdk.messages;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import io.sphere.sdk.models.Reference;

@JsonDeserialize(as = GenericMessageImpl.class)
public interface GenericMessage extends Message {
    Reference getResource();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy