Class MicroserviceSubscriptionAddedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.cumulocity.microservice.subscription.model.MicroserviceSubscriptionAddedEvent
- All Implemented Interfaces:
HasCredentials
,Serializable
public class MicroserviceSubscriptionAddedEvent
extends org.springframework.context.ApplicationEvent
implements HasCredentials
An event to be emitted with the microservice credentials of newly added microservice subscription.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
MicroserviceSubscriptionAddedEvent
-
-
Method Details
-
getCredentials
- Specified by:
getCredentials
in interfaceHasCredentials
-
equals
-
hashCode
public int hashCode() -
canEqual
-
toString
- Overrides:
toString
in classEventObject
-