Interface PostLockFunction<C>


  • public interface PostLockFunction<C>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LockTarget apply​(com.networknt.tram.command.consumer.CommandMessage<C> cm, com.networknt.tram.command.consumer.PathVariables pvs, com.networknt.tram.message.common.Message reply)  
    • Method Detail

      • apply

        LockTarget apply​(com.networknt.tram.command.consumer.CommandMessage<C> cm,
                         com.networknt.tram.command.consumer.PathVariables pvs,
                         com.networknt.tram.message.common.Message reply)