public interface OneWayListener
processOneWay method is invoked.| Modifier and Type | Method and Description |
|---|---|
void |
processOneWay(String name,
Message message)
Called when a one-way
message is received. |
void processOneWay(String name, Message message) throws Exception
message is received.name - the name of the entity that sent the message.message - the data of the one-way message.Exception - if an error occurs.ServerChannel.sendOneWay(String, Object)Copyright © OBCOM INGENIERIA S.A. (Chile). All Rights Reserved.