Hi, One transport specific question: are there any way to recognize communication pattern (one-way, request-response) from transport destination at the time when message is received from the network?
Use case: custom transport should send additional confirmation in case of one way operations, but communication pattern cannot be recognized from incoming message. The question is can destination access implementation class or service interface to check @OneWay annotation for corresponded method? Or is there other solution here? Regards, Andrei.
