Class PublishEvent
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.Mediator
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.publishEvent.PublishEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAsync()voidsetAsync(boolean async) voidsetAttributes(PublishEventAttributes attributes) voidsetDescription(String description) voidsetEventSink(Object eventSink) voidsetStreamName(Object streamName) voidsetStreamVersion(Object streamVersion) voidsetTimeout(String timeout) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.Mediator
getDisplayName, setDisplayNameMethods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
PublishEvent
public PublishEvent()
-
-
Method Details
-
getEventSink
-
setEventSink
-
getStreamName
-
setStreamName
-
getStreamVersion
-
setStreamVersion
-
getAttributes
-
setAttributes
-
isAsync
public boolean isAsync() -
setAsync
public void setAsync(boolean async) -
getTimeout
-
setTimeout
-
getDescription
-
setDescription
-