This commit is contained in:
Spencer Gibb
2014-12-04 11:54:01 -07:00
parent 568013a68b
commit 9a73f65129

View File

@@ -3,6 +3,7 @@ package org.springframework.cloud.client.discovery;
import org.springframework.context.ApplicationEvent;
/**
* Event to be published after the local service instance registers itself with a discovery service
* @author Spencer Gibb
*/
@SuppressWarnings("serial")
@@ -10,8 +11,6 @@ public class InstanceRegisteredEvent<T> extends ApplicationEvent {
private T config;
/**
* Create a new ApplicationEvent.
*
* @param source the component that published the event (never {@code null})
* @param config the configuration of the instance
*/