Package de.hybris.datasupplier.services
Interface DSSenderService
-
- All Known Implementing Classes:
DefaultSLDRegSenderService
public interface DSSenderServiceAn interface which is responsible for the system information delivery to the SLD system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansend(java.lang.String payload)Sends payload to the SLD system
-
-
-
Method Detail
-
send
boolean send(java.lang.String payload) throws DSSenderExceptionSends payload to the SLD system- Parameters:
payload- is send to SLD- Returns:
- the status of send process
- Throws:
DSSenderException- is SLD command parameter hansn't been find
-
-