Interface ExchangeDataFilter
-
- All Known Implementing Classes:
StatusExchangeDataFilter
public interface ExchangeDataFilterThis interface can be implemented to indicate to PersistOutInterceptor if an ExchangeData should be persisted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldPersist(ExchangeData data)
-
-
-
Method Detail
-
shouldPersist
boolean shouldPersist(ExchangeData data)
-
-