com.atlassian.bamboo.event.sse
Class ServerSentEvent

java.lang.Object
  extended by com.atlassian.bamboo.event.sse.ServerSentEvent

public class ServerSentEvent
extends Object


Constructor Summary
ServerSentEvent(String event, String data)
           
 
Method Summary
 String getData()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSentEvent

public ServerSentEvent(String event,
                       String data)
Method Detail

getType

public String getType()

getData

public String getData()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.