Class InitMessage
java.lang.Object
org.codehaus.plexus.build.connect.messages.Message
org.codehaus.plexus.build.connect.messages.InitMessage
Message send to init the inital communication with the endpoints
-
Constructor Summary
ConstructorsConstructorDescriptionInitMessage(org.apache.maven.eventspy.EventSpy.Context context) Creates a message with inital information about the running maven system -
Method Summary
Methods inherited from class Message
decode, equals, getBooleanProperty, getBooleanProperty, getProperty, getProperty, getSessionId, hashCode, keys, replyTo, serialize, serialize, toString
-
Constructor Details
-
InitMessage
public InitMessage(org.apache.maven.eventspy.EventSpy.Context context) Creates a message with inital information about the running maven system- Parameters:
context- the context settings to send to the endpoint
-