Interface RoutingKeyBridgeToRoutingKeyContext
-
@Deprecated public interface RoutingKeyBridgeToRoutingKeyContext
Deprecated.This is only useful inRoutingKeyBridge, which is deprecated.The context passed toRoutingKeyBridge.toRoutingKey(String, Object, Object, RoutingKeyBridgeToRoutingKeyContext).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T> Textension(RoutingKeyBridgeToRoutingKeyContextExtension<T> extension)Deprecated.Extend the current context with the given extension, resulting in an extended context offering more options.
-
-
-
Method Detail
-
extension
<T> T extension(RoutingKeyBridgeToRoutingKeyContextExtension<T> extension)
Deprecated.Extend the current context with the given extension, resulting in an extended context offering more options.- Type Parameters:
T- The type of context provided by the extension.- Parameters:
extension- The extension to apply.- Returns:
- The extended context.
- Throws:
org.hibernate.search.util.common.SearchException- If the extension cannot be applied (wrong underlying technology, ...).
-
-