Interface Postman.Callback
-
- Enclosing class:
- Postman
public static interface Postman.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeliver(ApplicationMessage message)Implementation of this method is responsible for processing RM data in a protocol dependent way and delivering the application message using underlying message transport and processing frameworkRuntimeContextgetRuntimeContext()
-
-
-
Method Detail
-
deliver
void deliver(ApplicationMessage message)
Implementation of this method is responsible for processing RM data in a protocol dependent way and delivering the application message using underlying message transport and processing framework- Parameters:
message-
-
getRuntimeContext
RuntimeContext getRuntimeContext()
-
-