Interface RoutingBinder
- All Known Implementing Classes:
RoutingBinderRef.UndefinedRoutingBinderImplementationType
public interface RoutingBinder
An object responsible for assigning a
RoutingBridge
to an indexed entity.
This binder takes advantage of provided metadata
to pick, configure and create a RoutingBridge
.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(RoutingBindingContext context) Configure the mapping of an indexed entity to an index as necessary using the givencontext
.
-
Method Details
-
bind
Configure the mapping of an indexed entity to an index as necessary using the givencontext
.- Parameters:
context
- A context exposing methods to configure the mapping.
-