public class DistributedThinClientConfiguration extends Object
| Constructor and Description |
|---|
DistributedThinClientConfiguration(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Boolean |
sendServerExceptionStackTraceToClient() |
GridFutureAdapter<?> |
updateThinClientSendServerStackTraceAsync(boolean showStack) |
public DistributedThinClientConfiguration(GridKernalContext ctx)
ctx - Kernal context.public GridFutureAdapter<?> updateThinClientSendServerStackTraceAsync(boolean showStack) throws IgniteCheckedException
showStack - If true shows full stack trace on the client side.IgniteCheckedException@Nullable public @Nullable Boolean sendServerExceptionStackTraceToClient()
true, thin client response will include full stack trace when exception occurs.
When false, only top level exception message is included.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023