| Package | Description |
|---|---|
| org.infinispan.remoting.inboundhandler | |
| org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
| Modifier and Type | Method and Description |
|---|---|
static ExceptionResponse |
GlobalInboundInvocationHandler.exceptionHandlingCommand(Throwable throwable) |
static ExceptionResponse |
GlobalInboundInvocationHandler.shuttingDownResponse() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionResponse |
ExceptionResponse.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends ExceptionResponse>> |
ExceptionResponse.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionResponse.Externalizer.writeObject(ObjectOutput output,
ExceptionResponse response) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.