Package org.camunda.bpm.client.spi
Interface DataFormatConfigurator<T extends DataFormat>
-
public interface DataFormatConfigurator<T extends DataFormat>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(T dataFormat)Applies configuration to the desired format.Class<T>getDataFormatClass()
-