public class AlphaResult extends Object implements EventResult<String,EventContext>
Constructor and Description |
---|
AlphaResult(EventContext context) |
AlphaResult(String content,
EventContext context) |
Modifier and Type | Method and Description |
---|---|
EventContext |
getContext()
Specifies the context to the event.
|
String |
getResponse()
Returns the response returned from the event.
|
public AlphaResult(EventContext context)
public AlphaResult(String content, EventContext context)
public EventContext getContext()
EventResult
getContext
in interface EventResult<String,EventContext>
public String getResponse()
Returns the response returned from the event.
getResponse
in interface EventResult<String,EventContext>
Copyright © 2018 WSO2. All rights reserved.