Class DefaultDeleteRequestSender

  • All Implemented Interfaces:
    DeleteRequestSender

    public class DefaultDeleteRequestSender
    extends java.lang.Object
    implements DeleteRequestSender
    Default implementation of the DeleteRequestSender that uses RestTemplates for communication with the remote system.
    • Constructor Detail

      • DefaultDeleteRequestSender

        public DefaultDeleteRequestSender​(@NotNull
                                          @NotNull IntegrationRestTemplateFactory factory,
                                          @NotNull
                                          @NotNull RequestDecoratorService decoratorService)
        Instantiates this sender
        Parameters:
        factory - rest template factory to be used for RestTemplate creation. The RestTemplates will be used to communicate to the remote system.