Class WriteProfileInterceptorResultToStorage

    • Constructor Detail

      • WriteProfileInterceptorResultToStorage

        public WriteProfileInterceptorResultToStorage()
    • Method Detail

      • doPreExecute

        protected boolean doPreExecute​(@Nonnull
                                       ProfileRequestContext profileRequestContext,
                                       @Nonnull
                                       ProfileInterceptorContext interceptorContext)
        Performs this profile interceptor action's pre-execute step. Default implementation returns true.
        Overrides:
        doPreExecute in class AbstractProfileInterceptorAction
        Parameters:
        profileRequestContext - the current profile request context
        interceptorContext - the current profile interceptor context
        Returns:
        true iff execution should continue
      • store

        protected void store​(@Nonnull
                             ProfileInterceptorResult result)
                      throws IOException
        Store a profile interceptor result.
        Parameters:
        result - the profile interceptor result to be stored
        Throws:
        IOException - if an error occurs