Package enterprises.iwakura.kirara.core
Interface SupportsKiraraResponse
- All Known Implementing Classes:
KiraraResponse
public interface SupportsKiraraResponse
Interface for classes that support a Kirara instance.
This is typically used to associate a Kirara instance with a response object.
-
Method Summary
-
Method Details
-
setKirara
Sets the Kirara instance for this response.- Parameters:
kirara- The Kirara instance to set.
-
getKirara
Kirara getKirara()Gets the Kirara instance associated with this response.- Returns:
- The Kirara instance.
-