Package jade.mtp
Interface InChannel.Dispatcher
-
- Enclosing interface:
- InChannel
public static interface InChannel.DispatcherCallback interface to be notified of message arrivals over this Message Transport Protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispatchMessage(Envelope env, byte[] payload)
-
-
-
Method Detail
-
dispatchMessage
void dispatchMessage(Envelope env, byte[] payload)
-
-