public interface ISOFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
ISOFilter.VetoException |
| Modifier and Type | Method and Description |
|---|---|
ISOMsg |
filter(ISOChannel channel,
ISOMsg m,
LogEvent evt) |
ISOMsg filter(ISOChannel channel, ISOMsg m, LogEvent evt) throws ISOFilter.VetoException
channel - current ISOChannel instancem - ISOMsg to filterevt - LogEventISOFilter.VetoException