Interface Postman.Callback
- Enclosing class:
- Postman
public static interface Postman.Callback
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeliver(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
-
Method Details
-
deliver
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()
-