com.google.code.rees.scope.conversation.processing
Interface ConversationPostProcessor

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConversationEndProcessor, DefaultInjectionConversationProcessor

public interface ConversationPostProcessor
extends Serializable

This interface allows for post-processing of a conversation. Registered via {@link ConversationAdapter#addPostProcessor(ConversationPostProcessor, ConversationClassConfiguration, String)

Author:
rees.byars

Method Summary
 void postProcessConversation(ConversationAdapter conversationAdapter, ConversationClassConfiguration conversationConfig, String conversationId)
          Perform the post-processing using the given parameters
 

Method Detail

postProcessConversation

void postProcessConversation(ConversationAdapter conversationAdapter,
                             ConversationClassConfiguration conversationConfig,
                             String conversationId)
Perform the post-processing using the given parameters

Parameters:
conversationAdapter -
conversationConfig -
conversationId -


Copyright © 2012-2013. All Rights Reserved.