Class IsMarshallableInterceptor

  • All Implemented Interfaces:
    Visitor, AsyncInterceptor

    public class IsMarshallableInterceptor
    extends DDAsyncInterceptor
    Interceptor to verify whether parameters passed into cache are marshallables or not.

    This is handy when marshalling happens in a separate thread and marshalling failures might be swallowed. Currently, this only happens when we have an asynchronous store.

    Since:
    9.0
    Author:
    Galder ZamarreƱo