public interface KieServiceResponse<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
KieServiceResponse.ResponseType |
| Modifier and Type | Method and Description |
|---|---|
String |
getMsg() |
T |
getResult() |
KieServiceResponse.ResponseType |
getType() |
KieServiceResponse.ResponseType getType()
String getMsg()
T getResult()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.