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 TypeMethodDescriptioncall(String tenantId, SubscriptionPayload subscriptionPayload) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
call
InstanceCreationOptions call(String tenantId, SubscriptionPayload subscriptionPayload) throws InternalError Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
InternalError
-