Package com.technia.tif.core.transfer
Interface Destination
-
- All Superinterfaces:
com.technia.tif.core.Identifiable,java.io.Serializable
- All Known Implementing Classes:
ConfigurableDestination,EmailDestination,FileDestination,FTPDestination,HttpDestination,JMSDestination,KafkaDestination,NativeMQDestination,RabbitMQDestination,SOAPDestination
@API public interface Destination extends java.io.Serializable, com.technia.tif.core.Identifiable- Since:
- 6 nov 2012
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()ErrorHandlergetErrorHandler()
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
-
getErrorHandler
ErrorHandler getErrorHandler()
-
-