Interface Postman.Callback

Enclosing class:
Postman

public static interface Postman.Callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      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()