public interface ResolverListener extends EventListener
Resolver
Modifier and Type | Method and Description |
---|---|
void |
handleException(Object id,
Exception e)
The callback used by an asynchronous resolver when an exception is thrown
|
void |
receiveMessage(Object id,
Message m)
The callback used by an asynchronous resolver
|