public interface Callback<T> extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CONT
use value as error to indicate more messages are to come (else remoting will close channel).
|
static String |
FIN
use this value to signal no more messages.
|
static String |
FINSILENT
use value to signal no more messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
receive(T result,
Object error) |
static final String FINSILENT
static final String CONT
static final String FIN
Copyright © 2015. All rights reserved.