Interface RoutingBinder
-
- All Known Implementing Classes:
RoutingBinderRef.UndefinedRoutingBinderImplementationType
public interface RoutingBinder
An object responsible for assigning aRoutingBridge
to an indexed entity.This binder takes advantage of provided metadata to pick, configure and create a
RoutingBridge
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bind(RoutingBindingContext context)
Configure the mapping of an indexed entity to an index as necessary using the givencontext
.
-
-
-
Method Detail
-
bind
void bind(RoutingBindingContext context)
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.
-
-