Interface ErpHttpDestinationProperties

All Superinterfaces:
DestinationProperties, HttpDestinationProperties
All Known Subinterfaces:
ErpHttpDestination
All Known Implementing Classes:
DefaultErpHttpDestination

@Deprecated public interface ErpHttpDestinationProperties extends HttpDestinationProperties
Deprecated.
without replacement. See the deprecation note on DefaultErpHttpDestination.
Interface exposing the relevant fields used for an HttpDestinationProperties in an Erp context.
  • Field Details

    • SAP_CLIENT_KEY

      static final String SAP_CLIENT_KEY
      Deprecated.
      The default property key to retrieve the sap client String in an HTTP context.
      See Also:
    • LOCALE_KEY

      static final String LOCALE_KEY
      Deprecated.
      The default property key to retrieve the locale String in an HTTP context.
      See Also:
  • Method Details

    • getSapClient

      @Nonnull default io.vavr.control.Option<SapClient> getSapClient()
      Deprecated.
      The client to be used by this ErpDestination.
      Returns:
      The client of this ErpDestination.
    • getLocale

      @Nonnull default Locale getLocale()
      Deprecated.
      The locale to be used by this ErpDestination.
      Returns:
      The locale of this ErpDestination