| Package | Description |
|---|---|
| io.servicecomb.core | |
| io.servicecomb.core.invocation | |
| io.servicecomb.swagger.invocation |
| Modifier and Type | Method and Description |
|---|---|
static Response |
Response.createFail(InvocationType invocationType,
String errorMsg) |
static Response |
Response.createFail(InvocationType invocationType,
Throwable throwable) |
default void |
AsyncResponse.fail(InvocationType type,
Throwable e) |
static Response |
Response.failResp(InvocationType invocationType,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
static InvocationType |
InvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationType[] |
InvocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected InvocationType |
SwaggerInvocation.invocationType |
| Modifier and Type | Method and Description |
|---|---|
InvocationType |
SwaggerInvocation.getInvocationType() |
Copyright © 2017. All rights reserved.