public interface ServerMessageInterceptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServerMessageInterceptor.Event |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(ServerMessageInterceptor.Event event)
Called to handle the actual event, gives the Interceptor an opportunity to wrap the call.
|
void handleEvent(ServerMessageInterceptor.Event event) throws IOException
event - - The event to run.IOException - - If thrown from the event.Copyright © 2018 JBoss by Red Hat. All rights reserved.