class ProcessOutputEvent extends AbstractConcreteEvent implements SubscribableEventInterface (View source)

Properties

protected string $processId
protected string $message

Methods

isPrivate()

No description

getEventData()

No description

createTopic()

No description

array
getTopics()

No description

string
getData()

No description

Update
getUpdate()

No description

__construct(string $processId, string $message)

No description

static TopicInterface
getTopicForSubscribing()

No description

Details

protected isPrivate()

No description

protected getEventData()

No description

TopicInterface createTopic()

No description

Return Value

TopicInterface

array getTopics()

No description

Return Value

array

string getData()

No description

Return Value

string

Update getUpdate()

No description

Return Value

Update

__construct(string $processId, string $message)

No description

Parameters

string $processId
string $message

static TopicInterface getTopicForSubscribing()

No description

Return Value

TopicInterface