com.tradeshift.sdk.core.TradeshiftClientSerializer Maven / Gradle / Ivy
/*
* Copyright (c) 2017 Tradeshift Inc. and/or its affiliates. All rights reserved.
*/
package com.tradeshift.sdk.core;
public interface TradeshiftClientSerializer {
/**
* Which MIME type does the the provider use for serializing events towards the Tradeshift API.
*
* See RFC 2045, RFC 2046 etc.
*
* @return non-null lower-case mime type (as according with HTTP standard).
*/
String contentMimeType();
}