jPOS Client Asynchronous Request

Today, i want to share about jPOS Client Asynchronous Request. When we look at MUX interface there are two overloading request(ISOMsg, timeout) and request(ISOMsg, timeout, ISORequestListener, handback) method for synchronous and asynchronous messaging. usually, i’am using request(ISOMsg, timeout) method for sending request to server. But when i look at MUX source for fun, i realize […]

Continue reading