java.lang.Object
com.broadleafcommerce.common.messaging.retry.StackTraceTruncator
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,String>
public class StackTraceTruncator
extends Object
implements org.springframework.core.convert.converter.Converter<String,String>
Custom logic to filter and truncate a stack trace to make it suitable for inclusion as an
informative message header
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
-
Method Details
-
convert
- Specified by:
convert
in interface org.springframework.core.convert.converter.Converter<String,String>