Interface BeforeSubscribeMethod

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(since="4.0", forRemoval=true) @FunctionalInterface public interface BeforeSubscribeMethod
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sap.cds.services.utils.lib.tools.api.InstanceCreationOptions
    call(String tenantId, SubscriptionPayload subscriptionPayload)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • call

      com.sap.cds.services.utils.lib.tools.api.InstanceCreationOptions call(String tenantId, SubscriptionPayload subscriptionPayload) throws InternalError
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      InternalError