Interface DataDestination<S,T>

All Superinterfaces:
DataInputParameter<S>, DataOutputParameter<T>

public interface DataDestination<S,T> extends DataInputParameter<S>, DataOutputParameter<T>

DataDestinations are a generic configuration item, that allow you to specify where data from needed by a service will come from or be saved to.

Please check the service documentation to make sure that service supports DataDestinations.