public interface EndpointListener<MESSAGE,EXCEPTION extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive()
Is this endpoint listener currently actively listening.
|
void |
onException(EXCEPTION exception)
Notify on endpoint exception.
|
void |
onMessage(MESSAGE message)
Notify on endpoint message receipt.
|
void onMessage(MESSAGE message)
message - void onException(EXCEPTION exception)
exception - boolean isActive()
Copyright © 2007-2016 Ikasan. All Rights Reserved.