Class ServiceInstanceLoggingEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.appbroker.logging.streaming.events.ServiceInstanceLoggingEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StartServiceInstanceLoggingEvent
,StopServiceInstanceLoggingEvent
public class ServiceInstanceLoggingEvent
extends org.springframework.context.ApplicationEvent
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionServiceInstanceLoggingEvent
(Object source, String serviceInstanceId, ServiceInstanceLoggingEvent.Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ServiceInstanceLoggingEvent
public ServiceInstanceLoggingEvent(Object source, String serviceInstanceId, ServiceInstanceLoggingEvent.Operation operation)
-
-
Method Details
-
getServiceInstanceId
-
getOperation
-