Class MicroserviceSubscriptionRemovedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.cumulocity.microservice.subscription.model.MicroserviceSubscriptionRemovedEvent
All Implemented Interfaces:
Serializable

public class MicroserviceSubscriptionRemovedEvent extends org.springframework.context.ApplicationEvent
An event to be emitted with the microservice credentials of newly removed microservice subscription. Note: extends ApplicationEvent because of spring backwards compatibility.
See Also:
  • Constructor Details

    • MicroserviceSubscriptionRemovedEvent

      public MicroserviceSubscriptionRemovedEvent(String tenant)
  • Method Details