Skip to content

Instantly share code, notes, and snippets.

@martinusadyh
Created October 3, 2014 18:15
Show Gist options
  • Select an option

  • Save martinusadyh/3323534463bc8bed0bb6 to your computer and use it in GitHub Desktop.

Select an option

Save martinusadyh/3323534463bc8bed0bb6 to your computer and use it in GitHub Desktop.
Contoh Penggunaan ISOMUX
ISOMUX isoMux = new ISOMUX(channel) {
@Override
protected String getKey(ISOMsg m) throws ISOException {
return super.getKey(m);
}
};
// jalankan ISOMUXnya
new Thread(isoMux).start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment