Interface AfterSubscribeMethod
- 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 AfterSubscribeMethod
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcall(String tenantId, SubscriptionPayload subscriptionPayload, boolean wasSuccessful) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
call
Deprecated, for removal: This API element is subject to removal in a future version.
-