Package rocks.imsofa.ai.puppychatter
Class AbstractBarkCallback<T extends Response>
java.lang.Object
rocks.imsofa.ai.puppychatter.AbstractBarkCallback<T>
- All Implemented Interfaces:
BarkCallback<T>
public abstract class AbstractBarkCallback<T extends Response>
extends Object
implements BarkCallback<T>
- Author:
- lendle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinalVerify(T fullResponse) invoked after a complete response being received for verificationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface rocks.imsofa.ai.puppychatter.BarkCallback
responseChunkReceived
-
Constructor Details
-
AbstractBarkCallback
-
AbstractBarkCallback
public AbstractBarkCallback()
-
-
Method Details
-
finalVerify
Description copied from interface:BarkCallbackinvoked after a complete response being received for verification- Specified by:
finalVerifyin interfaceBarkCallback<T extends Response>- Returns:
-