public class ServiceInstanceLoggingEvent extends ApplicationEvent
Modifier and Type | Class and Description |
---|---|
static class |
ServiceInstanceLoggingEvent.Operation |
source
Constructor and Description |
---|
ServiceInstanceLoggingEvent(Object source,
String serviceInstanceId,
ServiceInstanceLoggingEvent.Operation operation) |
Modifier and Type | Method and Description |
---|---|
ServiceInstanceLoggingEvent.Operation |
getOperation() |
String |
getServiceInstanceId() |
getTimestamp
getSource, toString
public ServiceInstanceLoggingEvent(Object source, String serviceInstanceId, ServiceInstanceLoggingEvent.Operation operation)
public String getServiceInstanceId()
public ServiceInstanceLoggingEvent.Operation getOperation()