K
- return type of the event response.T
- context of the event.public interface EventResult<K,T>
Modifier and Type | Method and Description |
---|---|
T |
getContext()
Specifies the context to the event.
|
K |
getResponse()
Returns the response returned from the event.
|
Copyright © 2018 WSO2. All rights reserved.